#A6AA03

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

Shades of Citrus #A6AA03

Tints of Citrus #A6AA03

Color information

#A6AA03 (or 0xA6AA03) is unknown color: approx Citrus. HEX triplet: A6, AA and 03. RGB value is (166,170,3). Sum of RGB (Red+Green+Blue) = 166+170+3=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 3 (1.56% from 255 or 0.88% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AA03 is #5955FC. Grayscale: #969696. Windows color (decimal): -5854717 or 240294. OLE color: 240294.

HSL color Cylindrical-coordinate representation of color #A6AA03: hue angle of 61.44º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A6AA03 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB1661703-
CMYK0.0200.980.33
HSL61.44º96.53%33.92%-
HSV(B)61.44º98.24%66.67%-
XYZ30.1236.865.61-
YUV149.7745.17139.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.97%
GREEN value IS 170 (66.80% from 255) = 50.15%
BLUE value IS 3 (1.56% from 255) = 0.88%
R=48.97%
G=50.15%
B=0.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16617030.0200.980.3361.4496.5333.92
HexA6AA32062213d6122
Octal246252320142417514142
Binary10100110101010101110011000101000011111011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AA03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AA03; }

 p { color: rgb(166,170,3); }

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

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

 a { background-color: rgb(166,170,3); }

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

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

 span { border-color: rgb(166,170,3); }

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