Html Css Color HEX #A18A0E Hacienda

📋 copy color: '#A18A0E'

red 161 ◦ green 138 ◦ blue 14

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

Shades of Hacienda #A18A0E

Tints of Hacienda #A18A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.47%

R = 51.44%
G = 44.09%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A18A0E (or 0xA18A0E) is known color: Hacienda. HEX triplet: A1, 8A and 0E. RGB value is (161,138,14). Sum of RGB (Red+Green+Blue) = 161+138+14=313 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.44% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 14 (5.86% from 255 or 4.47% from 313); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18A0E is #5E75F1. Grayscale: #838383. Windows color (decimal): -6190578 or 952993. OLE color: 952993.

HSL color Cylindrical-coordinate representation of color #A18A0E: hue angle of 50.61º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A18A0E is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 138 14 -
CMYK 0 0.14 0.91 0.37
HSL 50.61º 0.84% 0.34% -
HSV(B) 50.61º 0.91% 0.63% -
XYZ 23.87 25.79 4.13 -
YUV 130.74 62.12 149.58 -
System Red Green Blue C M Y K H S L
Decimal 161 138 14 0 0.14 0.91 0.37 50.61 0.84 0.34
Hex A1 8A E 0 E 5B 25 33 54 22
Octal 241 212 16 0 16 133 45 63 124 42
Binary 10100001 10001010 1110 0 1110 1011011 100101 110011 1010100 100010

Color Harmonies of #A18A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18A0E

Black with #A18A0E

Text Example


Text Example

White with #A18A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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