#A2A102

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

Shades of Citrus #A2A102

Tints of Citrus #A2A102

Color information

#A2A102 (or 0xA2A102) is unknown color: approx Citrus. HEX triplet: A2, A1 and 02. RGB value is (162,161,2). Sum of RGB (Red+Green+Blue) = 162+161+2=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 161 (63.28% from 255 or 49.54% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A102 is #5D5EFD. Grayscale: #8F8F8F. Windows color (decimal): -6119166 or 172450. OLE color: 172450.

HSL color Cylindrical-coordinate representation of color #A2A102: hue angle of 59.62º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2A102 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB1621612-
CMYK00.010.990.36
HSL59.62º97.56%32.16%-
HSV(B)59.62º98.77%63.53%-
XYZ27.6633.185-
YUV143.1748.33141.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.85%
GREEN value IS 161 (63.28% from 255) = 49.54%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=49.85%
G=49.54%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162161200.010.990.3659.6297.5632.16
HexA2A120163243c6220
Octal242241201143447414240
Binary1010001010100001100111000111001001111001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A102; }

 p { color: rgb(162,161,2); }

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

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

 a { background-color: rgb(162,161,2); }

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

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

 span { border-color: rgb(162,161,2); }

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