#A2A906

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

Shades of Citrus #A2A906

Tints of Citrus #A2A906

Color information

#A2A906 (or 0xA2A906) is unknown color: approx Citrus. HEX triplet: A2, A9 and 06. RGB value is (162,169,6). Sum of RGB (Red+Green+Blue) = 162+169+6=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 169 (66.41% from 255 or 50.15% from 337); Blue value is 6 (2.73% from 255 or 1.78% from 337); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A906 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A906 is #5D56F9. Grayscale: #949494. Windows color (decimal): -6117114 or 436642. OLE color: 436642.

HSL color Cylindrical-coordinate representation of color #A2A906: hue angle of 62.58º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2A906 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB1621696-
CMYK0.0400.960.34
HSL62.58º93.14%34.31%-
HSV(B)62.58º96.45%66.27%-
XYZ29.1236.075.6-
YUV148.3247.68137.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.07%
GREEN value IS 169 (66.41% from 255) = 50.15%
BLUE value IS 6 (2.73% from 255) = 1.78%
R=48.07%
G=50.15%
B=1.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16216960.0400.960.3462.5893.1434.31
HexA2A964060223f5d22
Octal242251640140427713542
Binary1010001010101001110100011000001000101111111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A906; }

 p { color: rgb(162,169,6); }

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

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

 a { background-color: rgb(162,169,6); }

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

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

 span { border-color: rgb(162,169,6); }

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