Html Css Color HEX #A17616 Hacienda

📋 copy color: '#A17616'

red 161 ◦ green 118 ◦ blue 22

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

Shades of Hacienda #A17616

Tints of Hacienda #A17616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.2%

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

R = 53.49%
G = 39.2%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A17616 (or 0xA17616) is known color: Hacienda. HEX triplet: A1, 76 and 16. RGB value is (161,118,22). Sum of RGB (Red+Green+Blue) = 161+118+22=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A17616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17616 is #5E89E9. Grayscale: #787878. Windows color (decimal): -6195690 or 1472161. OLE color: 1472161.

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

Color convert

RGB 161 118 22 -
CMYK 0 0.27 0.86 0.37
HSL 41.44º 0.76% 0.36% -
HSV(B) 41.44º 0.86% 0.63% -
XYZ 21.32 20.59 3.61 -
YUV 119.91 72.75 157.31 -
System Red Green Blue C M Y K H S L
Decimal 161 118 22 0 0.27 0.86 0.37 41.44 0.76 0.36
Hex A1 76 16 0 1B 56 25 29 4C 24
Octal 241 166 26 0 33 126 45 51 114 44
Binary 10100001 1110110 10110 0 11011 1010110 100101 101001 1001100 100100

Color Harmonies of #A17616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17616

Black with #A17616

Text Example


Text Example

White with #A17616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17616; }

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

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

background-color css

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

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

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

border-color css

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

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

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