Html Css Color HEX #A98221 Hacienda

📋 copy color: '#A98221'

red 169 ◦ green 130 ◦ blue 33

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

Shades of Hacienda #A98221

Tints of Hacienda #A98221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.94%

R = 50.9%
G = 39.16%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.34

RGB Variations

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

Color information

#A98221 (or 0xA98221) is known color: Hacienda. HEX triplet: A9, 82 and 21. RGB value is (169,130,33). Sum of RGB (Red+Green+Blue) = 169+130+33=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A98221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98221 is #567DDE. Grayscale: #838383. Windows color (decimal): -5668319 or 2196137. OLE color: 2196137.

HSL color Cylindrical-coordinate representation of color #A98221: hue angle of 42.79º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A98221 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 130 33 -
CMYK 0 0.23 0.80 0.34
HSL 42.79º 0.67% 0.4% -
HSV(B) 42.79º 0.8% 0.66% -
XYZ 24.62 24.51 4.87 -
YUV 130.6 72.92 155.39 -
System Red Green Blue C M Y K H S L
Decimal 169 130 33 0 0.23 0.80 0.34 42.79 0.67 0.4
Hex A9 82 21 0 17 50 22 2B 43 28
Octal 251 202 41 0 27 120 42 53 103 50
Binary 10101001 10000010 100001 0 10111 1010000 100010 101011 1000011 101000

Color Harmonies of #A98221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98221

Black with #A98221

Text Example


Text Example

White with #A98221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98221; }

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

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

background-color css

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

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

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

border-color css

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

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

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