#A3A202

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

Shades of Citrus #A3A202

Tints of Citrus #A3A202

Color information

#A3A202 (or 0xA3A202) is unknown color: approx Citrus. HEX triplet: A3, A2 and 02. RGB value is (163,162,2). Sum of RGB (Red+Green+Blue) = 163+162+2=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 162 (63.67% from 255 or 49.54% from 327); Blue value is 2 (1.17% from 255 or 0.61% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A202 is #5C5DFD. Grayscale: #909090. Windows color (decimal): -6053374 or 172707. OLE color: 172707.

HSL color Cylindrical-coordinate representation of color #A3A202: hue angle of 59.63º 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 #A3A202 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB1631622-
CMYK00.010.990.36
HSL59.63º97.58%32.35%-
HSV(B)59.63º98.77%63.92%-
XYZ28.0433.635.07-
YUV144.0647.83141.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.85%
GREEN value IS 162 (63.67% from 255) = 49.54%
BLUE value IS 2 (1.17% from 255) = 0.61%
R=49.85%
G=49.54%
B=0.61%

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
Decimal163162200.010.990.3659.6397.5832.35
HexA3A220163243c6220
Octal243242201143447414240
Binary1010001110100010100111000111001001111001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A202; }

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

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

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

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

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

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

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

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