Html Css Color HEX #A67916 Hacienda

📋 copy color: '#A67916'

red 166 ◦ green 121 ◦ blue 22

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

Shades of Hacienda #A67916

Tints of Hacienda #A67916

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.16%

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

R = 53.72%
G = 39.16%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A67916 (or 0xA67916) is known color: Hacienda. HEX triplet: A6, 79 and 16. RGB value is (166,121,22). Sum of RGB (Red+Green+Blue) = 166+121+22=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A67916 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67916 is #5986E9. Grayscale: #7B7B7B. Windows color (decimal): -5867242 or 1472934. OLE color: 1472934.

HSL color Cylindrical-coordinate representation of color #A67916: hue angle of 41.25º 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 #A67916 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 121 22 -
CMYK 0 0.27 0.87 0.35
HSL 41.25º 0.77% 0.37% -
HSV(B) 41.25º 0.87% 0.65% -
XYZ 22.71 21.84 3.78 -
YUV 123.17 70.91 158.55 -
System Red Green Blue C M Y K H S L
Decimal 166 121 22 0 0.27 0.87 0.35 41.25 0.77 0.37
Hex A6 79 16 0 1B 57 23 29 4D 25
Octal 246 171 26 0 33 127 43 51 115 45
Binary 10100110 1111001 10110 0 11011 1010111 100011 101001 1001101 100101

Color Harmonies of #A67916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67916

Black with #A67916

Text Example


Text Example

White with #A67916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67916; }

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

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

background-color css

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

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

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

border-color css

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

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

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