#A8AA10

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

Shades of Citrus #A8AA10

Tints of Citrus #A8AA10

Color information

#A8AA10 (or 0xA8AA10) is unknown color: approx Citrus. HEX triplet: A8, AA and 10. RGB value is (168,170,16). Sum of RGB (Red+Green+Blue) = 168+170+16=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AA10 is #5755EF. Grayscale: #989898. Windows color (decimal): -5723632 or 1092264. OLE color: 1092264.

HSL color Cylindrical-coordinate representation of color #A8AA10: hue angle of 60.78º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8AA10 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB16817016-
CMYK0.0100.910.33
HSL60.78º82.8%36.47%-
HSV(B)60.78º90.59%66.67%-
XYZ30.6237.116.04-
YUV151.8551.34139.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.46%
GREEN value IS 170 (66.80% from 255) = 48.02%
BLUE value IS 16 (6.64% from 255) = 4.52%
R=47.46%
G=48.02%
B=4.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168170160.0100.910.3360.7882.836.47
HexA8AA10105B213d5324
Octal2502522010133417512344
Binary1010100010101010100001010110111000011111011010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AA10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AA10; }

 p { color: rgb(168,170,16); }

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

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

 a { background-color: rgb(168,170,16); }

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

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

 span { border-color: rgb(168,170,16); }

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