#A6A406

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

Shades of Citrus #A6A406

Tints of Citrus #A6A406

Color information

#A6A406 (or 0xA6A406) is unknown color: approx Citrus. HEX triplet: A6, A4 and 06. RGB value is (166,164,6). Sum of RGB (Red+Green+Blue) = 166+164+6=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 164 (64.45% from 255 or 48.81% from 336); Blue value is 6 (2.73% from 255 or 1.79% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A406 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A406 is #595BF9. Grayscale: #939393. Windows color (decimal): -5856250 or 435366. OLE color: 435366.

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

Color convert

RGB1661646-
CMYK00.010.960.35
HSL59.25º93.02%33.73%-
HSV(B)59.25º96.39%65.1%-
XYZ29.0334.675.33-
YUV146.5948.66141.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.40%
GREEN value IS 164 (64.45% from 255) = 48.81%
BLUE value IS 6 (2.73% from 255) = 1.79%
R=49.40%
G=48.81%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166164600.010.960.3559.2593.0233.73
HexA6A460160233b5d22
Octal246244601140437313542
Binary10100110101001001100111000001000111110111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A406; }

 p { color: rgb(166,164,6); }

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

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

 a { background-color: rgb(166,164,6); }

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

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

 span { border-color: rgb(166,164,6); }

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