Html Css Color HEX #A17516 Hacienda

📋 copy color: '#A17516'

red 161 ◦ green 117 ◦ blue 22

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

Shades of Hacienda #A17516

Tints of Hacienda #A17516

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39%

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

R = 53.67%
G = 39%
B = 7.33%

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

#A17516 (or 0xA17516) is known color: Hacienda. HEX triplet: A1, 75 and 16. RGB value is (161,117,22). Sum of RGB (Red+Green+Blue) = 161+117+22=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A17516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17516 is #5E8AE9. Grayscale: #777777. Windows color (decimal): -6195946 or 1471905. OLE color: 1471905.

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

Color convert

RGB 161 117 22 -
CMYK 0 0.27 0.86 0.37
HSL 41.01º 0.76% 0.36% -
HSV(B) 41.01º 0.86% 0.63% -
XYZ 21.2 20.36 3.57 -
YUV 119.33 73.08 157.72 -
System Red Green Blue C M Y K H S L
Decimal 161 117 22 0 0.27 0.86 0.37 41.01 0.76 0.36
Hex A1 75 16 0 1B 56 25 29 4C 24
Octal 241 165 26 0 33 126 45 51 114 44
Binary 10100001 1110101 10110 0 11011 1010110 100101 101001 1001100 100100

Color Harmonies of #A17516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17516

Black with #A17516

Text Example


Text Example

White with #A17516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17516; }

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

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

background-color css

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

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

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

border-color css

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

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

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