#A2A607

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

Shades of Citrus #A2A607

Tints of Citrus #A2A607

Color information

#A2A607 (or 0xA2A607) is unknown color: approx Citrus. HEX triplet: A2, A6 and 07. RGB value is (162,166,7). Sum of RGB (Red+Green+Blue) = 162+166+7=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 166 (65.23% from 255 or 49.55% from 335); Blue value is 7 (3.12% from 255 or 2.09% from 335); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A607 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A607 is #5D59F8. Grayscale: #939393. Windows color (decimal): -6117881 or 501410. OLE color: 501410.

HSL color Cylindrical-coordinate representation of color #A2A607: hue angle of 61.51º degrees, saturation: 0.92, 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 #A2A607 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB1621667-
CMYK0.0200.960.35
HSL61.51º91.91%33.92%-
HSV(B)61.51º95.78%65.1%-
XYZ28.5734.975.44-
YUV146.6849.17138.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.36%
GREEN value IS 166 (65.23% from 255) = 49.55%
BLUE value IS 7 (3.12% from 255) = 2.09%
R=48.36%
G=49.55%
B=2.09%

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
Decimal16216670.0200.960.3561.5191.9133.92
HexA2A672060233e5c22
Octal242246720140437613442
Binary101000101010011011110011000001000111111101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A607; }

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

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

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

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

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

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

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

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