#A3A502

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

Shades of Citrus #A3A502

Tints of Citrus #A3A502

Color information

#A3A502 (or 0xA3A502) is unknown color: approx Citrus. HEX triplet: A3, A5 and 02. RGB value is (163,165,2). Sum of RGB (Red+Green+Blue) = 163+165+2=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 165 (64.84% from 255 or 50% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 165 - color contains mainly: green. Hex color #A3A502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A502 is #5C5AFD. Grayscale: #929292. Windows color (decimal): -6052606 or 173475. OLE color: 173475.

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

Color convert

RGB1631652-
CMYK0.0100.990.35
HSL60.74º97.6%32.75%-
HSV(B)60.74º98.79%64.71%-
XYZ28.5734.75.25-
YUV145.8246.84140.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.39%
GREEN value IS 165 (64.84% from 255) = 50%
BLUE value IS 2 (1.17% from 255) = 0.61%
R=49.39%
G=50%
B=0.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16316520.0100.990.3560.7497.632.75
HexA3A521063233d6221
Octal243245210143437514241
Binary1010001110100101101011000111000111111011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A502; }

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

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

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

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

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

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

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

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