Html Css Color HEX #A98521 Hacienda

📋 copy color: '#A98521'

red 169 ◦ green 133 ◦ blue 33

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

Shades of Hacienda #A98521

Tints of Hacienda #A98521

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.7%

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

R = 50.45%
G = 39.7%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.34

RGB Variations

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

Color information

#A98521 (or 0xA98521) is known color: Hacienda. HEX triplet: A9, 85 and 21. RGB value is (169,133,33). Sum of RGB (Red+Green+Blue) = 169+133+33=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A98521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98521 is #567ADE. Grayscale: #848484. Windows color (decimal): -5667551 or 2196905. OLE color: 2196905.

HSL color Cylindrical-coordinate representation of color #A98521: hue angle of 44.12º 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 #A98521 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 133 33 -
CMYK 0 0.21 0.80 0.34
HSL 44.12º 0.67% 0.4% -
HSV(B) 44.12º 0.8% 0.66% -
XYZ 25.02 25.32 5.01 -
YUV 132.36 71.93 154.13 -
System Red Green Blue C M Y K H S L
Decimal 169 133 33 0 0.21 0.80 0.34 44.12 0.67 0.4
Hex A9 85 21 0 15 50 22 2C 43 28
Octal 251 205 41 0 25 120 42 54 103 50
Binary 10101001 10000101 100001 0 10101 1010000 100010 101100 1000011 101000

Color Harmonies of #A98521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98521

Black with #A98521

Text Example


Text Example

White with #A98521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98521; }

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

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

background-color css

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

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

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

border-color css

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

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

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