Html Css Color HEX #A18B14 Hacienda

📋 copy color: '#A18B14'

red 161 ◦ green 139 ◦ blue 20

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

Shades of Hacienda #A18B14

Tints of Hacienda #A18B14

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.44%

 BLUE value IS 20 (8.2% from 255) = 6.25%

R = 50.31%
G = 43.44%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A18B14 (or 0xA18B14) is known color: Hacienda. HEX triplet: A1, 8B and 14. RGB value is (161,139,20). Sum of RGB (Red+Green+Blue) = 161+139+20=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 139 (54.69% from 255 or 43.44% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18B14 is #5E74EB. Grayscale: #848484. Windows color (decimal): -6190316 or 1346465. OLE color: 1346465.

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

Color convert

RGB 161 139 20 -
CMYK 0 0.14 0.88 0.37
HSL 50.64º 0.78% 0.35% -
HSV(B) 50.64º 0.88% 0.63% -
XYZ 24.06 26.09 4.43 -
YUV 132.01 64.79 148.68 -
System Red Green Blue C M Y K H S L
Decimal 161 139 20 0 0.14 0.88 0.37 50.64 0.78 0.35
Hex A1 8B 14 0 E 58 25 33 4E 23
Octal 241 213 24 0 16 130 45 63 116 43
Binary 10100001 10001011 10100 0 1110 1011000 100101 110011 1001110 100011

Color Harmonies of #A18B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18B14

Black with #A18B14

Text Example


Text Example

White with #A18B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18B14; }

 p { color: rgb(161,139,20); }

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

background-color css

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

 a { background-color: rgb(161,139,20); }

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

border-color css

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

 span { border-color: rgb(161,139,20); }

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