Html Css Color HEX #A18811 Hacienda

📋 copy color: '#A18811'

red 161 ◦ green 136 ◦ blue 17

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

Shades of Hacienda #A18811

Tints of Hacienda #A18811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.41%

R = 51.27%
G = 43.31%
B = 5.41%

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

#A18811 (or 0xA18811) is known color: Hacienda. HEX triplet: A1, 88 and 11. RGB value is (161,136,17). Sum of RGB (Red+Green+Blue) = 161+136+17=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A18811 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18811 is #5E77EE. Grayscale: #828282. Windows color (decimal): -6191087 or 1149089. OLE color: 1149089.

HSL color Cylindrical-coordinate representation of color #A18811: hue angle of 49.58º degrees, saturation: 0.81, 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 #A18811 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 136 17 -
CMYK 0 0.16 0.89 0.37
HSL 49.58º 0.81% 0.35% -
HSV(B) 49.58º 0.89% 0.63% -
XYZ 23.6 25.23 4.16 -
YUV 129.91 64.28 150.18 -
System Red Green Blue C M Y K H S L
Decimal 161 136 17 0 0.16 0.89 0.37 49.58 0.81 0.35
Hex A1 88 11 0 10 59 25 32 51 23
Octal 241 210 21 0 20 131 45 62 121 43
Binary 10100001 10001000 10001 0 10000 1011001 100101 110010 1010001 100011

Color Harmonies of #A18811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18811

Black with #A18811

Text Example


Text Example

White with #A18811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18811; }

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

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

background-color css

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

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

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

border-color css

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

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

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