Html Css Color HEX #A18A12 Hacienda

📋 copy color: '#A18A12'

red 161 ◦ green 138 ◦ blue 18

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

Shades of Hacienda #A18A12

Tints of Hacienda #A18A12

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.53%

 BLUE value IS 18 (7.42% from 255) = 5.68%

R = 50.79%
G = 43.53%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A18A12 (or 0xA18A12) is known color: Hacienda. HEX triplet: A1, 8A and 12. RGB value is (161,138,18). Sum of RGB (Red+Green+Blue) = 161+138+18=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18A12 is #5E75ED. Grayscale: #838383. Windows color (decimal): -6190574 or 1215137. OLE color: 1215137.

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

Color convert

RGB 161 138 18 -
CMYK 0 0.14 0.89 0.37
HSL 50.35º 0.8% 0.35% -
HSV(B) 50.35º 0.89% 0.63% -
XYZ 23.9 25.8 4.29 -
YUV 131.2 64.12 149.26 -
System Red Green Blue C M Y K H S L
Decimal 161 138 18 0 0.14 0.89 0.37 50.35 0.8 0.35
Hex A1 8A 12 0 E 59 25 32 50 23
Octal 241 212 22 0 16 131 45 62 120 43
Binary 10100001 10001010 10010 0 1110 1011001 100101 110010 1010000 100011

Color Harmonies of #A18A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18A12

Black with #A18A12

Text Example


Text Example

White with #A18A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18A12; }

 p { color: rgb(161,138,18); }

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

background-color css

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

 a { background-color: rgb(161,138,18); }

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

border-color css

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

 span { border-color: rgb(161,138,18); }

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