Html Css Color HEX #A17716 Hacienda

📋 copy color: '#A17716'

red 161 ◦ green 119 ◦ blue 22

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

Shades of Hacienda #A17716

Tints of Hacienda #A17716

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.4%

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

R = 53.31%
G = 39.4%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A17716 (or 0xA17716) is known color: Hacienda. HEX triplet: A1, 77 and 16. RGB value is (161,119,22). Sum of RGB (Red+Green+Blue) = 161+119+22=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A17716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17716 is #5E88E9. Grayscale: #787878. Windows color (decimal): -6195434 or 1472417. OLE color: 1472417.

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

Color convert

RGB 161 119 22 -
CMYK 0 0.26 0.86 0.37
HSL 41.87º 0.76% 0.36% -
HSV(B) 41.87º 0.86% 0.63% -
XYZ 21.44 20.83 3.65 -
YUV 120.5 72.41 156.89 -
System Red Green Blue C M Y K H S L
Decimal 161 119 22 0 0.26 0.86 0.37 41.87 0.76 0.36
Hex A1 77 16 0 1A 56 25 2A 4C 24
Octal 241 167 26 0 32 126 45 52 114 44
Binary 10100001 1110111 10110 0 11010 1010110 100101 101010 1001100 100100

Color Harmonies of #A17716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17716

Black with #A17716

Text Example


Text Example

White with #A17716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17716; }

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

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

background-color css

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

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

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

border-color css

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

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

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