Html Css Color HEX #A68816 Hacienda

📋 copy color: '#A68816'

red 166 ◦ green 136 ◦ blue 22

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

Shades of Hacienda #A68816

Tints of Hacienda #A68816

RGB

 RED value IS 166 (65.23% from 255) = 51.23%

 GREEN value IS 136 (53.52% from 255) = 41.98%

 BLUE value IS 22 (8.98% from 255) = 6.79%

R = 51.23%
G = 41.98%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A68816 (or 0xA68816) is known color: Hacienda. HEX triplet: A6, 88 and 16. RGB value is (166,136,22). Sum of RGB (Red+Green+Blue) = 166+136+22=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 136 (53.52% from 255 or 41.98% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A68816 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68816 is #5977E9. Grayscale: #848484. Windows color (decimal): -5863402 or 1476774. OLE color: 1476774.

HSL color Cylindrical-coordinate representation of color #A68816: hue angle of 47.5º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A68816 is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 136 22 -
CMYK 0 0.18 0.87 0.35
HSL 47.5º 0.77% 0.37% -
HSV(B) 47.5º 0.87% 0.65% -
XYZ 24.67 25.77 4.43 -
YUV 131.97 65.94 152.27 -
System Red Green Blue C M Y K H S L
Decimal 166 136 22 0 0.18 0.87 0.35 47.5 0.77 0.37
Hex A6 88 16 0 12 57 23 30 4D 25
Octal 246 210 26 0 22 127 43 60 115 45
Binary 10100110 10001000 10110 0 10010 1010111 100011 110000 1001101 100101

Color Harmonies of #A68816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68816

Black with #A68816

Text Example


Text Example

White with #A68816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68816; }

 p { color: rgb(166,136,22); }

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

background-color css

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

 a { background-color: rgb(166,136,22); }

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

border-color css

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

 span { border-color: rgb(166,136,22); }

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