Html Css Color HEX #A18516 Hacienda

📋 copy color: '#A18516'

red 161 ◦ green 133 ◦ blue 22

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

Shades of Hacienda #A18516

Tints of Hacienda #A18516

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.09%

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

R = 50.95%
G = 42.09%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A18516 (or 0xA18516) is known color: Hacienda. HEX triplet: A1, 85 and 16. RGB value is (161,133,22). Sum of RGB (Red+Green+Blue) = 161+133+22=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A18516 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18516 is #5E7AE9. Grayscale: #818181. Windows color (decimal): -6191850 or 1476001. OLE color: 1476001.

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

Color convert

RGB 161 133 22 -
CMYK 0 0.17 0.86 0.37
HSL 47.91º 0.76% 0.36% -
HSV(B) 47.91º 0.86% 0.63% -
XYZ 23.23 24.41 4.25 -
YUV 128.72 67.78 151.03 -
System Red Green Blue C M Y K H S L
Decimal 161 133 22 0 0.17 0.86 0.37 47.91 0.76 0.36
Hex A1 85 16 0 11 56 25 30 4C 24
Octal 241 205 26 0 21 126 45 60 114 44
Binary 10100001 10000101 10110 0 10001 1010110 100101 110000 1001100 100100

Color Harmonies of #A18516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18516

Black with #A18516

Text Example


Text Example

White with #A18516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18516; }

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

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

background-color css

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

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

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

border-color css

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

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

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