Html Css Color HEX #A18920 Hacienda

📋 copy color: '#A18920'

red 161 ◦ green 137 ◦ blue 32

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

Shades of Hacienda #A18920

Tints of Hacienda #A18920

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.52%

 BLUE value IS 32 (12.89% from 255) = 9.7%

R = 48.79%
G = 41.52%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A18920 (or 0xA18920) is known color: Hacienda. HEX triplet: A1, 89 and 20. RGB value is (161,137,32). Sum of RGB (Red+Green+Blue) = 161+137+32=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A18920 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18920 is #5E76DF. Grayscale: #848484. Windows color (decimal): -6190816 or 2132385. OLE color: 2132385.

HSL color Cylindrical-coordinate representation of color #A18920: hue angle of 48.84º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A18920 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 137 32 -
CMYK 0 0.15 0.80 0.37
HSL 48.84º 0.67% 0.38% -
HSV(B) 48.84º 0.8% 0.63% -
XYZ 23.9 25.57 5.04 -
YUV 132.21 71.45 148.54 -
System Red Green Blue C M Y K H S L
Decimal 161 137 32 0 0.15 0.80 0.37 48.84 0.67 0.38
Hex A1 89 20 0 F 50 25 31 43 26
Octal 241 211 40 0 17 120 45 61 103 46
Binary 10100001 10001001 100000 0 1111 1010000 100101 110001 1000011 100110

Color Harmonies of #A18920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18920

Black with #A18920

Text Example


Text Example

White with #A18920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18920; }

 p { color: rgb(161,137,32); }

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

background-color css

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

 a { background-color: rgb(161,137,32); }

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

border-color css

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

 span { border-color: rgb(161,137,32); }

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