#A3A302

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

Shades of Citrus #A3A302

Tints of Citrus #A3A302

Color information

#A3A302 (or 0xA3A302) is unknown color: approx Citrus. HEX triplet: A3, A3 and 02. RGB value is (163,163,2). Sum of RGB (Red+Green+Blue) = 163+163+2=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 163 (64.06% from 255 or 49.70% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 163 - color contains mainly: red, green. Hex color #A3A302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A302 is #5C5CFD. Grayscale: #919191. Windows color (decimal): -6053118 or 172963. OLE color: 172963.

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

Color convert

RGB1631632-
CMYK000.990.36
HSL60º97.58%32.35%-
HSV(B)60º98.77%63.92%-
XYZ28.2133.995.13-
YUV144.6547.5141.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.70%
GREEN value IS 163 (64.06% from 255) = 49.70%
BLUE value IS 2 (1.17% from 255) = 0.61%
R=49.70%
G=49.70%
B=0.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631632000.990.366097.5832.35
HexA3A320063243c6220
Octal243243200143447414240
Binary1010001110100011100011000111001001111001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A302; }

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

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

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

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

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

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

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

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