Html Css Color HEX #A18812 Hacienda

📋 copy color: '#A18812'

red 161 ◦ green 136 ◦ blue 18

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

Shades of Hacienda #A18812

Tints of Hacienda #A18812

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.17%

 BLUE value IS 18 (7.42% from 255) = 5.71%

R = 51.11%
G = 43.17%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A18812 (or 0xA18812) is known color: Hacienda. HEX triplet: A1, 88 and 12. RGB value is (161,136,18). Sum of RGB (Red+Green+Blue) = 161+136+18=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A18812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18812 is #5E77ED. Grayscale: #828282. Windows color (decimal): -6191086 or 1214625. OLE color: 1214625.

HSL color Cylindrical-coordinate representation of color #A18812: hue angle of 49.51º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A18812 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 136 18 -
CMYK 0 0.16 0.89 0.37
HSL 49.51º 0.8% 0.35% -
HSV(B) 49.51º 0.89% 0.63% -
XYZ 23.61 25.23 4.2 -
YUV 130.02 64.78 150.09 -
System Red Green Blue C M Y K H S L
Decimal 161 136 18 0 0.16 0.89 0.37 49.51 0.8 0.35
Hex A1 88 12 0 10 59 25 32 50 23
Octal 241 210 22 0 20 131 45 62 120 43
Binary 10100001 10001000 10010 0 10000 1011001 100101 110010 1010000 100011

Color Harmonies of #A18812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18812

Black with #A18812

Text Example


Text Example

White with #A18812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18812; }

 p { color: rgb(161,136,18); }

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

background-color css

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

 a { background-color: rgb(161,136,18); }

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

border-color css

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

 span { border-color: rgb(161,136,18); }

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