Html Css Color HEX #A18814 Hacienda

📋 copy color: '#A18814'

red 161 ◦ green 136 ◦ blue 20

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

Shades of Hacienda #A18814

Tints of Hacienda #A18814

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.9%

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

R = 50.79%
G = 42.9%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A18814 (or 0xA18814) is known color: Hacienda. HEX triplet: A1, 88 and 14. RGB value is (161,136,20). Sum of RGB (Red+Green+Blue) = 161+136+20=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A18814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18814 is #5E77EB. Grayscale: #828282. Windows color (decimal): -6191084 or 1345697. OLE color: 1345697.

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

Color convert

RGB 161 136 20 -
CMYK 0 0.16 0.88 0.37
HSL 49.36º 0.78% 0.35% -
HSV(B) 49.36º 0.88% 0.63% -
XYZ 23.63 25.24 4.29 -
YUV 130.25 65.78 149.93 -
System Red Green Blue C M Y K H S L
Decimal 161 136 20 0 0.16 0.88 0.37 49.36 0.78 0.35
Hex A1 88 14 0 10 58 25 31 4E 23
Octal 241 210 24 0 20 130 45 61 116 43
Binary 10100001 10001000 10100 0 10000 1011000 100101 110001 1001110 100011

Color Harmonies of #A18814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18814

Black with #A18814

Text Example


Text Example

White with #A18814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18814; }

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

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

background-color css

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

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

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

border-color css

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

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

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