Html Css Color HEX #A18C18 Hacienda

📋 copy color: '#A18C18'

red 161 ◦ green 140 ◦ blue 24

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

Shades of Hacienda #A18C18

Tints of Hacienda #A18C18

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.08%

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

R = 49.54%
G = 43.08%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A18C18 (or 0xA18C18) is known color: Hacienda. HEX triplet: A1, 8C and 18. RGB value is (161,140,24). Sum of RGB (Red+Green+Blue) = 161+140+24=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 140 (55.08% from 255 or 43.08% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18C18 is #5E73E7. Grayscale: #858585. Windows color (decimal): -6190056 or 1608865. OLE color: 1608865.

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

Color convert

RGB 161 140 24 -
CMYK 0 0.13 0.85 0.37
HSL 50.8º 0.74% 0.36% -
HSV(B) 50.8º 0.85% 0.63% -
XYZ 24.24 26.4 4.68 -
YUV 133.06 66.46 147.93 -
System Red Green Blue C M Y K H S L
Decimal 161 140 24 0 0.13 0.85 0.37 50.8 0.74 0.36
Hex A1 8C 18 0 D 55 25 33 4A 24
Octal 241 214 30 0 15 125 45 63 112 44
Binary 10100001 10001100 11000 0 1101 1010101 100101 110011 1001010 100100

Color Harmonies of #A18C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18C18

Black with #A18C18

Text Example


Text Example

White with #A18C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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