Html Css Color HEX #A18311 Hacienda

📋 copy color: '#A18311'

red 161 ◦ green 131 ◦ blue 17

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

Shades of Hacienda #A18311

Tints of Hacienda #A18311

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.39%

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

R = 52.1%
G = 42.39%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A18311 (or 0xA18311) is known color: Hacienda. HEX triplet: A1, 83 and 11. RGB value is (161,131,17). Sum of RGB (Red+Green+Blue) = 161+131+17=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A18311 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18311 is #5E7CEE. Grayscale: #7F7F7F. Windows color (decimal): -6192367 or 1147809. OLE color: 1147809.

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

Color convert

RGB 161 131 17 -
CMYK 0 0.19 0.89 0.37
HSL 47.5º 0.81% 0.35% -
HSV(B) 47.5º 0.89% 0.63% -
XYZ 22.92 23.85 3.93 -
YUV 126.97 65.94 152.27 -
System Red Green Blue C M Y K H S L
Decimal 161 131 17 0 0.19 0.89 0.37 47.5 0.81 0.35
Hex A1 83 11 0 13 59 25 30 51 23
Octal 241 203 21 0 23 131 45 60 121 43
Binary 10100001 10000011 10001 0 10011 1011001 100101 110000 1010001 100011

Color Harmonies of #A18311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18311

Black with #A18311

Text Example


Text Example

White with #A18311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18311; }

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

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

background-color css

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

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

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

border-color css

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

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

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