#a2aa19

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

Shades of Citrus #A2AA19

Tints of Citrus #A2AA19

Color information

#A2AA19 (or 0xA2AA19) is unknown color: approx Citrus. HEX triplet: A2, AA and 19. RGB value is (162,170,25). Sum of RGB (Red+Green+Blue) = 162+170+25=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 25 (10.16% from 255 or 7.00% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AA19 is #5D55E6. Grayscale: #979797. Windows color (decimal): -6116839 or 1682082. OLE color: 1682082.

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

Color convert

RGB16217025-
CMYK0.0500.850.33
HSL63.31º74.36%38.24%-
HSV(B)63.31º85.29%66.67%-
XYZ29.4536.56.41-
YUV151.0856.85135.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.38%
GREEN value IS 170 (66.80% from 255) = 47.62%
BLUE value IS 25 (10.16% from 255) = 7.00%
R=45.38%
G=47.62%
B=7.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162170250.0500.850.3363.3174.3638.24
HexA2AA195055213f4a26
Octal2422523150125417711246
Binary101000101010101011001101010101011000011111111001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2aa19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2aa19; }

 p { color: rgb(162,170,25); }

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

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

 a { background-color: rgb(162,170,25); }

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

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

 span { border-color: rgb(162,170,25); }

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