Html Css Color HEX #A18318 Hacienda

📋 copy color: '#A18318'

red 161 ◦ green 131 ◦ blue 24

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

Shades of Hacienda #A18318

Tints of Hacienda #A18318

RGB

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

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

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

R = 50.95%
G = 41.46%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A18318 (or 0xA18318) is known color: Hacienda. HEX triplet: A1, 83 and 18. RGB value is (161,131,24). Sum of RGB (Red+Green+Blue) = 161+131+24=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A18318 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18318 is #5E7CE7. Grayscale: #808080. Windows color (decimal): -6192360 or 1606561. OLE color: 1606561.

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

Color convert

RGB 161 131 24 -
CMYK 0 0.19 0.85 0.37
HSL 46.86º 0.74% 0.36% -
HSV(B) 46.86º 0.85% 0.63% -
XYZ 22.98 23.88 4.26 -
YUV 127.77 69.44 151.7 -
System Red Green Blue C M Y K H S L
Decimal 161 131 24 0 0.19 0.85 0.37 46.86 0.74 0.36
Hex A1 83 18 0 13 55 25 2F 4A 24
Octal 241 203 30 0 23 125 45 57 112 44
Binary 10100001 10000011 11000 0 10011 1010101 100101 101111 1001010 100100

Color Harmonies of #A18318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18318

Black with #A18318

Text Example


Text Example

White with #A18318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18318; }

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

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

background-color css

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

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

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

border-color css

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

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

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