Html Css Color HEX #A17E16 Hacienda

📋 copy color: '#A17E16'

red 161 ◦ green 126 ◦ blue 22

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

Shades of Hacienda #A17E16

Tints of Hacienda #A17E16

RGB

 RED value IS 161 (63.28% from 255) = 52.1%

 GREEN value IS 126 (49.61% from 255) = 40.78%

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

R = 52.1%
G = 40.78%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A17E16 (or 0xA17E16) is known color: Hacienda. HEX triplet: A1, 7E and 16. RGB value is (161,126,22). Sum of RGB (Red+Green+Blue) = 161+126+22=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 126 (49.61% from 255 or 40.78% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17E16 is #5E81E9. Grayscale: #7D7D7D. Windows color (decimal): -6193642 or 1474209. OLE color: 1474209.

HSL color Cylindrical-coordinate representation of color #A17E16: hue angle of 44.89º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A17E16 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 126 22 -
CMYK 0 0.22 0.86 0.37
HSL 44.89º 0.76% 0.36% -
HSV(B) 44.89º 0.86% 0.63% -
XYZ 22.3 22.56 3.94 -
YUV 124.61 70.1 153.96 -
System Red Green Blue C M Y K H S L
Decimal 161 126 22 0 0.22 0.86 0.37 44.89 0.76 0.36
Hex A1 7E 16 0 16 56 25 2D 4C 24
Octal 241 176 26 0 26 126 45 55 114 44
Binary 10100001 1111110 10110 0 10110 1010110 100101 101101 1001100 100100

Color Harmonies of #A17E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17E16

Black with #A17E16

Text Example


Text Example

White with #A17E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17E16; }

 p { color: rgb(161,126,22); }

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

background-color css

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

 a { background-color: rgb(161,126,22); }

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

border-color css

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

 span { border-color: rgb(161,126,22); }

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