Html Css Color HEX #A98215 Hacienda

📋 copy color: '#A98215'

red 169 ◦ green 130 ◦ blue 21

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

Shades of Hacienda #A98215

Tints of Hacienda #A98215

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.63%

 BLUE value IS 21 (8.59% from 255) = 6.56%

R = 52.81%
G = 40.63%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A98215 (or 0xA98215) is known color: Hacienda. HEX triplet: A9, 82 and 15. RGB value is (169,130,21). Sum of RGB (Red+Green+Blue) = 169+130+21=320 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.81% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 169 - color contains mainly: red. Hex color #A98215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A98215 is #567DEA. Grayscale: #818181. Windows color (decimal): -5668331 or 1409705. OLE color: 1409705.

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

Color convert

RGB 169 130 21 -
CMYK 0 0.23 0.88 0.34
HSL 44.19º 0.78% 0.37% -
HSV(B) 44.19º 0.88% 0.66% -
XYZ 24.48 24.45 4.14 -
YUV 129.24 66.92 156.36 -
System Red Green Blue C M Y K H S L
Decimal 169 130 21 0 0.23 0.88 0.34 44.19 0.78 0.37
Hex A9 82 15 0 17 58 22 2C 4E 25
Octal 251 202 25 0 27 130 42 54 116 45
Binary 10101001 10000010 10101 0 10111 1011000 100010 101100 1001110 100101

Color Harmonies of #A98215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98215

Black with #A98215

Text Example


Text Example

White with #A98215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98215; }

 p { color: rgb(169,130,21); }

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

background-color css

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

 a { background-color: rgb(169,130,21); }

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

border-color css

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

 span { border-color: rgb(169,130,21); }

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