Html Css Color HEX #A87618 Hacienda

📋 copy color: '#A87618'

red 168 ◦ green 118 ◦ blue 24

#A87618
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hacienda #A87618

Tints of Hacienda #A87618

RGB

 RED value IS 168 (66.02% from 255) = 54.19%

 GREEN value IS 118 (46.48% from 255) = 38.06%

 BLUE value IS 24 (9.77% from 255) = 7.74%

R = 54.19%
G = 38.06%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.34

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A87618 (or 0xA87618) is known color: Hacienda. HEX triplet: A8, 76 and 18. RGB value is (168,118,24). Sum of RGB (Red+Green+Blue) = 168+118+24=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 24 (9.77% from 255 or 7.74% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A87618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87618 is #5789E7. Grayscale: #7A7A7A. Windows color (decimal): -5736936 or 1603240. OLE color: 1603240.

HSL color Cylindrical-coordinate representation of color #A87618: hue angle of 39.17º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A87618 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 118 24 -
CMYK 0 0.30 0.86 0.34
HSL 39.17º 0.75% 0.38% -
HSV(B) 39.17º 0.86% 0.66% -
XYZ 22.79 21.35 3.78 -
YUV 122.23 72.57 160.64 -
System Red Green Blue C M Y K H S L
Decimal 168 118 24 0 0.30 0.86 0.34 39.17 0.75 0.38
Hex A8 76 18 0 1E 56 22 27 4B 26
Octal 250 166 30 0 36 126 42 47 113 46
Binary 10101000 1110110 11000 0 11110 1010110 100010 100111 1001011 100110

Color Harmonies of #A87618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87618

Black with #A87618

Text Example


Text Example

White with #A87618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87618; }

 p { color: rgb(168,118,24); }

 H1.HeaderClassName
 {
   color: #A87618;
 }
 .AnyTagClassName
 {
   color: #A87618;
 }
</style>

background-color css

<style>
 a { background-color: #A87618; }

 a { background-color: rgb(168,118,24); }

 div.DivClassName
 {
   background-color: #A87618;
 }
 .BgClassName
 {
   background-color: #A87618;
 }
</style>

border-color css

<style>
 span { border-color: #A87618; }

 span { border-color: rgb(168,118,24); }

 td.TdClassName
 {
   border-color: #A87618;
 }
 .TagClassName
 {
   border-color: #A87618;
 }
</style>