Html Css Color HEX #A18011 Hacienda

📋 copy color: '#A18011'

red 161 ◦ green 128 ◦ blue 17

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

Shades of Hacienda #A18011

Tints of Hacienda #A18011

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.83%

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

R = 52.61%
G = 41.83%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A18011 (or 0xA18011) is known color: Hacienda. HEX triplet: A1, 80 and 11. RGB value is (161,128,17). Sum of RGB (Red+Green+Blue) = 161+128+17=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A18011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18011 is #5E7FEE. Grayscale: #7D7D7D. Windows color (decimal): -6193135 or 1147041. OLE color: 1147041.

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

Color convert

RGB 161 128 17 -
CMYK 0 0.20 0.89 0.37
HSL 46.25º 0.81% 0.35% -
HSV(B) 46.25º 0.89% 0.63% -
XYZ 22.52 23.06 3.79 -
YUV 125.21 66.93 153.53 -
System Red Green Blue C M Y K H S L
Decimal 161 128 17 0 0.20 0.89 0.37 46.25 0.81 0.35
Hex A1 80 11 0 14 59 25 2E 51 23
Octal 241 200 21 0 24 131 45 56 121 43
Binary 10100001 10000000 10001 0 10100 1011001 100101 101110 1010001 100011

Color Harmonies of #A18011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18011

Black with #A18011

Text Example


Text Example

White with #A18011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18011; }

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

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

background-color css

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

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

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

border-color css

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

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

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