#A6AD15

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

Shades of Citrus #A6AD15

Tints of Citrus #A6AD15

Color information

#A6AD15 (or 0xA6AD15) is unknown color: approx Citrus. HEX triplet: A6, AD and 15. RGB value is (166,173,21). Sum of RGB (Red+Green+Blue) = 166+173+21=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 173 (67.97% from 255 or 48.06% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AD15 is #5952EA. Grayscale: #9A9A9A. Windows color (decimal): -5853931 or 1420710. OLE color: 1420710.

HSL color Cylindrical-coordinate representation of color #A6AD15: hue angle of 62.76º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A6AD15 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB16617321-
CMYK0.0400.880.32
HSL62.76º78.35%38.04%-
HSV(B)62.76º87.86%67.84%-
XYZ30.838.056.43-
YUV153.5853.18136.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.11%
GREEN value IS 173 (67.97% from 255) = 48.06%
BLUE value IS 21 (8.59% from 255) = 5.83%
R=46.11%
G=48.06%
B=5.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166173210.0400.880.3262.7678.3538.04
HexA6AD154058203f4e26
Octal2462552540130407711646
Binary101001101010110110101100010110001000001111111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AD15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AD15; }

 p { color: rgb(166,173,21); }

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

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

 a { background-color: rgb(166,173,21); }

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

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

 span { border-color: rgb(166,173,21); }

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