Html Css Color HEX #A18014 Hacienda

📋 copy color: '#A18014'

red 161 ◦ green 128 ◦ blue 20

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

Shades of Hacienda #A18014

Tints of Hacienda #A18014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.47%

R = 52.1%
G = 41.42%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A18014 (or 0xA18014) is known color: Hacienda. HEX triplet: A1, 80 and 14. RGB value is (161,128,20). Sum of RGB (Red+Green+Blue) = 161+128+20=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A18014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18014 is #5E7FEB. Grayscale: #7E7E7E. Windows color (decimal): -6193132 or 1343649. OLE color: 1343649.

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

Color convert

RGB 161 128 20 -
CMYK 0 0.20 0.88 0.37
HSL 45.96º 0.78% 0.35% -
HSV(B) 45.96º 0.88% 0.63% -
XYZ 22.54 23.07 3.93 -
YUV 125.56 68.43 153.28 -
System Red Green Blue C M Y K H S L
Decimal 161 128 20 0 0.20 0.88 0.37 45.96 0.78 0.35
Hex A1 80 14 0 14 58 25 2E 4E 23
Octal 241 200 24 0 24 130 45 56 116 43
Binary 10100001 10000000 10100 0 10100 1011000 100101 101110 1001110 100011

Color Harmonies of #A18014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18014

Black with #A18014

Text Example


Text Example

White with #A18014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18014; }

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

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

background-color css

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

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

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

border-color css

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

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

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