Html Css Color HEX #A98120 Hacienda

📋 copy color: '#A98120'

red 169 ◦ green 129 ◦ blue 32

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

Shades of Hacienda #A98120

Tints of Hacienda #A98120

RGB

 RED value IS 169 (66.41% from 255) = 51.21%

 GREEN value IS 129 (50.78% from 255) = 39.09%

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

R = 51.21%
G = 39.09%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#A98120 (or 0xA98120) is known color: Hacienda. HEX triplet: A9, 81 and 20. RGB value is (169,129,32). Sum of RGB (Red+Green+Blue) = 169+129+32=330 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.21% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 169 - color contains mainly: red. Hex color #A98120 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98120 is #567EDF. Grayscale: #828282. Windows color (decimal): -5668576 or 2130345. OLE color: 2130345.

HSL color Cylindrical-coordinate representation of color #A98120: hue angle of 42.48º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A98120 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 129 32 -
CMYK 0 0.24 0.81 0.34
HSL 42.48º 0.68% 0.39% -
HSV(B) 42.48º 0.81% 0.66% -
XYZ 24.47 24.24 4.76 -
YUV 129.9 72.75 155.89 -
System Red Green Blue C M Y K H S L
Decimal 169 129 32 0 0.24 0.81 0.34 42.48 0.68 0.39
Hex A9 81 20 0 18 51 22 2A 44 27
Octal 251 201 40 0 30 121 42 52 104 47
Binary 10101001 10000001 100000 0 11000 1010001 100010 101010 1000100 100111

Color Harmonies of #A98120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98120

Black with #A98120

Text Example


Text Example

White with #A98120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98120; }

 p { color: rgb(169,129,32); }

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

background-color css

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

 a { background-color: rgb(169,129,32); }

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

border-color css

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

 span { border-color: rgb(169,129,32); }

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