#A6AE06

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

Shades of Citrus #A6AE06

Tints of Citrus #A6AE06

Color information

#A6AE06 (or 0xA6AE06) is unknown color: approx Citrus. HEX triplet: A6, AE and 06. RGB value is (166,174,6). Sum of RGB (Red+Green+Blue) = 166+174+6=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 174 (68.36% from 255 or 50.29% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 174 - color contains mainly: green. Hex color #A6AE06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AE06 is #5951F9. Grayscale: #999999. Windows color (decimal): -5853690 or 437926. OLE color: 437926.

HSL color Cylindrical-coordinate representation of color #A6AE06: hue angle of 62.86º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A6AE06 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB1661746-
CMYK0.0500.970.32
HSL62.86º93.33%35.29%-
HSV(B)62.86º96.55%68.24%-
XYZ30.8938.395.95-
YUV152.4645.35137.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.98%
GREEN value IS 174 (68.36% from 255) = 50.29%
BLUE value IS 6 (2.73% from 255) = 1.73%
R=47.98%
G=50.29%
B=1.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal16617460.0500.970.3262.8693.3335.29
HexA6AE65061203f5d23
Octal246256650141407713543
Binary1010011010101110110101011000011000001111111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AE06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AE06; }

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

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

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

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

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

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

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

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