#A2A606

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

Shades of Citrus #A2A606

Tints of Citrus #A2A606

Color information

#A2A606 (or 0xA2A606) is unknown color: approx Citrus. HEX triplet: A2, A6 and 06. RGB value is (162,166,6). Sum of RGB (Red+Green+Blue) = 162+166+6=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 166 (65.23% from 255 or 49.70% from 334); Blue value is 6 (2.73% from 255 or 1.80% from 334); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A606 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A606 is #5D59F9. Grayscale: #939393. Windows color (decimal): -6117882 or 435874. OLE color: 435874.

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

Color convert

RGB1621666-
CMYK0.0200.960.35
HSL61.5º93.02%33.73%-
HSV(B)61.5º96.39%65.1%-
XYZ28.5734.975.42-
YUV146.5648.67139.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.50%
GREEN value IS 166 (65.23% from 255) = 49.70%
BLUE value IS 6 (2.73% from 255) = 1.80%
R=48.50%
G=49.70%
B=1.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16216660.0200.960.3561.593.0233.73
HexA2A662060233e5d22
Octal242246620140437613542
Binary101000101010011011010011000001000111111101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A606; }

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

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

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

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

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

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

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

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