Html Css Color HEX #A17A16 Hacienda

📋 copy color: '#A17A16'

red 161 ◦ green 122 ◦ blue 22

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

Shades of Hacienda #A17A16

Tints of Hacienda #A17A16

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40%

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

R = 52.79%
G = 40%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A17A16 (or 0xA17A16) is known color: Hacienda. HEX triplet: A1, 7A and 16. RGB value is (161,122,22). Sum of RGB (Red+Green+Blue) = 161+122+22=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17A16 is #5E85E9. Grayscale: #7A7A7A. Windows color (decimal): -6194666 or 1473185. OLE color: 1473185.

HSL color Cylindrical-coordinate representation of color #A17A16: hue angle of 43.17º 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 #A17A16 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 122 22 -
CMYK 0 0.24 0.86 0.37
HSL 43.17º 0.76% 0.36% -
HSV(B) 43.17º 0.86% 0.63% -
XYZ 21.8 21.55 3.77 -
YUV 122.26 71.42 155.63 -
System Red Green Blue C M Y K H S L
Decimal 161 122 22 0 0.24 0.86 0.37 43.17 0.76 0.36
Hex A1 7A 16 0 18 56 25 2B 4C 24
Octal 241 172 26 0 30 126 45 53 114 44
Binary 10100001 1111010 10110 0 11000 1010110 100101 101011 1001100 100100

Color Harmonies of #A17A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17A16

Black with #A17A16

Text Example


Text Example

White with #A17A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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