Html Css Color HEX #A18210 Hacienda

📋 copy color: '#A18210'

red 161 ◦ green 130 ◦ blue 16

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

Shades of Hacienda #A18210

Tints of Hacienda #A18210

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.35%

 BLUE value IS 16 (6.64% from 255) = 5.21%

R = 52.44%
G = 42.35%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.37

RGB Variations

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

Color information

#A18210 (or 0xA18210) is known color: Hacienda. HEX triplet: A1, 82 and 10. RGB value is (161,130,16). Sum of RGB (Red+Green+Blue) = 161+130+16=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A18210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18210 is #5E7DEF. Grayscale: #7E7E7E. Windows color (decimal): -6192624 or 1082017. OLE color: 1082017.

HSL color Cylindrical-coordinate representation of color #A18210: hue angle of 47.17º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A18210 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 130 16 -
CMYK 0 0.19 0.90 0.37
HSL 47.17º 0.82% 0.35% -
HSV(B) 47.17º 0.9% 0.63% -
XYZ 22.77 23.58 3.84 -
YUV 126.27 65.77 152.77 -
System Red Green Blue C M Y K H S L
Decimal 161 130 16 0 0.19 0.90 0.37 47.17 0.82 0.35
Hex A1 82 10 0 13 5A 25 2F 52 23
Octal 241 202 20 0 23 132 45 57 122 43
Binary 10100001 10000010 10000 0 10011 1011010 100101 101111 1010010 100011

Color Harmonies of #A18210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18210

Black with #A18210

Text Example


Text Example

White with #A18210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18210; }

 p { color: rgb(161,130,16); }

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

background-color css

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

 a { background-color: rgb(161,130,16); }

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

border-color css

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

 span { border-color: rgb(161,130,16); }

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