#A3AA06

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

Shades of Citrus #A3AA06

Tints of Citrus #A3AA06

Color information

#A3AA06 (or 0xA3AA06) is unknown color: approx Citrus. HEX triplet: A3, AA and 06. RGB value is (163,170,6). Sum of RGB (Red+Green+Blue) = 163+170+6=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 6 (2.73% from 255 or 1.77% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3AA06 is #5C55F9. Grayscale: #959595. Windows color (decimal): -6051322 or 436899. OLE color: 436899.

HSL color Cylindrical-coordinate representation of color #A3AA06: hue angle of 62.56º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A3AA06 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB1631706-
CMYK0.0400.960.33
HSL62.56º93.18%34.51%-
HSV(B)62.56º96.47%66.67%-
XYZ29.5136.555.67-
YUV149.2147.18137.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.08%
GREEN value IS 170 (66.80% from 255) = 50.15%
BLUE value IS 6 (2.73% from 255) = 1.77%
R=48.08%
G=50.15%
B=1.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16317060.0400.960.3362.5693.1834.51
HexA3AA64060213f5d23
Octal243252640140417713543
Binary1010001110101010110100011000001000011111111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AA06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AA06; }

 p { color: rgb(163,170,6); }

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

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

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

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

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

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

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