Color Hex Logo

#a65048 Color Hex

#A65048
(166,80,72)
0 Favorites   0 Comments

Color spaces of #a65048

RGB 1668072
HSL0.010.390.47
HSV57°65°
CMYK 0.000.520.57   0.35
XYZ19.764214.31227.8517
Yxy14.31220.47140.3414
Hunter Lab37.831527.048214.1767
CIE-Lab44.677434.681321.3699

#a65048 color RGB value is (166,80,72).

#a65048 hex color red value is 166, green value is 80 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #a65048 hue: 0.01 , saturation: 0.39 and the lightness value of a65048 is 0.47.

The process color (four color CMYK) of #a65048 color hex is 0.00, 0.52, 0.57, 0.35. Web safe color of #a65048 is #996633. Color #a65048 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010000 01001000
Octal 246 120 110
Decimal 166 80 72
Hex A6 50 48

RGB Percentages of Color #a65048

%52.20
%25.16
%22.64

CMYK Percentages of Color #a65048

%0
%52
%57
%35

Triadic Colors of #a65048

#a65048 #48a650 #5048a6

Analogous Colors of #a65048

#a65048 #a67f48 #a6486f

Monochromatic Colors of #a65048

#a65048

Complementary Color

#a65048 #489ea6

#a65048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65048 Color CSS Codes

.mybgcolor {background-color:#a65048; } 
.myforecolor {color:#a65048; }
.mybordercolor {border:3px solid #a65048; }

#a65048 Text Font Color

<p style="color:#a65048">Text here</p>

This sample text font color is #a65048
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a65048 Background Color

<div style="background-color:#a65048">
Div content here</div>

This div background color is #a65048


#a65048 Border Color

<div style="border:3px solid #a65048">
Div here</div>

This div border color is #a65048


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,80,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a65048; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a65048;
  -webkit-box-shadow: 1px 1px 3px 2px #a65048;
  box-shadow:         1px 1px 3px 2px #a65048; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,80,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a65048">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a65048;
  -webkit-box-shadow: 1px 1px 3px 2px #a65048;
  box-shadow:         1px 1px 3px 2px #a65048;">
Div content here</div>

This div box has shadow with color #a65048


Comments

No comments written yet.

Please login to write comment.