#A6AD10

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

Shades of Citrus #A6AD10

Tints of Citrus #A6AD10

Color information

#A6AD10 (or 0xA6AD10) is unknown color: approx Citrus. HEX triplet: A6, AD and 10. RGB value is (166,173,16). Sum of RGB (Red+Green+Blue) = 166+173+16=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AD10 is #5952EF. Grayscale: #999999. Windows color (decimal): -5853936 or 1093030. OLE color: 1093030.

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

Color convert

RGB16617316-
CMYK0.0400.910.32
HSL62.68º83.07%37.06%-
HSV(B)62.68º90.75%67.84%-
XYZ30.7638.036.21-
YUV153.0150.68137.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.76%
GREEN value IS 173 (67.97% from 255) = 48.73%
BLUE value IS 16 (6.64% from 255) = 4.51%
R=46.76%
G=48.73%
B=4.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166173160.0400.910.3262.6883.0737.06
HexA6AD10405B203f5325
Octal2462552040133407712345
Binary101001101010110110000100010110111000001111111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AD10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AD10; }

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

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

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

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

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

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

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

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