#A98A21

Color #A98A21 Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #A98A21

Tints of Hacienda #A98A21

Color information

#A98A21 (or 0xA98A21) is unknown color: approx Hacienda. HEX triplet: A9, 8A and 21. RGB value is (169,138,33). Sum of RGB (Red+Green+Blue) = 169+138+33=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 138 (54.30% from 255 or 40.59% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98A21 is #5675DE. Grayscale: #878787. Windows color (decimal): -5666271 or 2198185. OLE color: 2198185.

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

Color convert

RGB16913833-
CMYK00.180.800.34
HSL46.32º67.33%39.61%-
HSV(B)46.32º80.47%66.27%-
XYZ25.7326.725.24-
YUV135.370.27152.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.71%
GREEN value IS 138 (54.30% from 255) = 40.59%
BLUE value IS 33 (13.28% from 255) = 9.71%
R=49.71%
G=40.59%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691383300.180.800.3446.3267.3339.61
HexA98A2101250222e4328
Octal25121241022120425610350
Binary101010011000101010000101001010100001000101011101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98A21; }

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

 H1.HeaderClassName
 {
   color: #A98A21;
 }
 .AnyTagClassName
 {
   color: #A98A21;
 }
</style>
background-color css

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

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

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

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

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

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