Html Css Color HEX #A98119 Hacienda

📋 copy color: '#A98119'

red 169 ◦ green 129 ◦ blue 25

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

Shades of Hacienda #A98119

Tints of Hacienda #A98119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.74%

R = 52.32%
G = 39.94%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A98119 (or 0xA98119) is known color: Hacienda. HEX triplet: A9, 81 and 19. RGB value is (169,129,25). Sum of RGB (Red+Green+Blue) = 169+129+25=323 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.32% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 169 - color contains mainly: red. Hex color #A98119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98119 is #567EE6. Grayscale: #818181. Windows color (decimal): -5668583 or 1671593. OLE color: 1671593.

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

Color convert

RGB 169 129 25 -
CMYK 0 0.24 0.85 0.34
HSL 43.33º 0.74% 0.38% -
HSV(B) 43.33º 0.85% 0.66% -
XYZ 24.39 24.21 4.31 -
YUV 129.1 69.25 156.46 -
System Red Green Blue C M Y K H S L
Decimal 169 129 25 0 0.24 0.85 0.34 43.33 0.74 0.38
Hex A9 81 19 0 18 55 22 2B 4A 26
Octal 251 201 31 0 30 125 42 53 112 46
Binary 10101001 10000001 11001 0 11000 1010101 100010 101011 1001010 100110

Color Harmonies of #A98119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98119

Black with #A98119

Text Example


Text Example

White with #A98119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98119; }

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

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

background-color css

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

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

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

border-color css

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

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

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