Html Css Color HEX #A18518 Hacienda

📋 copy color: '#A18518'

red 161 ◦ green 133 ◦ blue 24

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

Shades of Hacienda #A18518

Tints of Hacienda #A18518

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.82%

 BLUE value IS 24 (9.77% from 255) = 7.55%

R = 50.63%
G = 41.82%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A18518 (or 0xA18518) is known color: Hacienda. HEX triplet: A1, 85 and 18. RGB value is (161,133,24). Sum of RGB (Red+Green+Blue) = 161+133+24=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A18518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18518 is #5E7AE7. Grayscale: #818181. Windows color (decimal): -6191848 or 1607073. OLE color: 1607073.

HSL color Cylindrical-coordinate representation of color #A18518: hue angle of 47.74º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A18518 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 133 24 -
CMYK 0 0.17 0.85 0.37
HSL 47.74º 0.74% 0.36% -
HSV(B) 47.74º 0.85% 0.63% -
XYZ 23.25 24.42 4.35 -
YUV 128.95 68.78 150.86 -
System Red Green Blue C M Y K H S L
Decimal 161 133 24 0 0.17 0.85 0.37 47.74 0.74 0.36
Hex A1 85 18 0 11 55 25 30 4A 24
Octal 241 205 30 0 21 125 45 60 112 44
Binary 10100001 10000101 11000 0 10001 1010101 100101 110000 1001010 100100

Color Harmonies of #A18518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18518

Black with #A18518

Text Example


Text Example

White with #A18518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18518; }

 p { color: rgb(161,133,24); }

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

background-color css

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

 a { background-color: rgb(161,133,24); }

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

border-color css

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

 span { border-color: rgb(161,133,24); }

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