#A3A002

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

Shades of Citrus #A3A002

Tints of Citrus #A3A002

Color information

#A3A002 (or 0xA3A002) is unknown color: approx Citrus. HEX triplet: A3, A0 and 02. RGB value is (163,160,2). Sum of RGB (Red+Green+Blue) = 163+160+2=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 160 (62.89% from 255 or 49.23% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A002 is #5C5FFD. Grayscale: #8F8F8F. Windows color (decimal): -6053886 or 172195. OLE color: 172195.

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

Color convert

RGB1631602-
CMYK00.020.990.36
HSL58.88º97.58%32.35%-
HSV(B)58.88º98.77%63.92%-
XYZ27.6932.934.95-
YUV142.8848.49142.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.15%
GREEN value IS 160 (62.89% from 255) = 49.23%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=50.15%
G=49.23%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163160200.020.990.3658.8897.5832.35
HexA3A020263243b6220
Octal243240202143447314240
Binary10100011101000001001011000111001001110111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A002; }

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

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

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

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

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

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

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

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