#A8AA11

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

Shades of Citrus #A8AA11

Tints of Citrus #A8AA11

Color information

#A8AA11 (or 0xA8AA11) is unknown color: approx Citrus. HEX triplet: A8, AA and 11. RGB value is (168,170,17). Sum of RGB (Red+Green+Blue) = 168+170+17=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 17 (7.03% from 255 or 4.79% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AA11 is #5755EE. Grayscale: #989898. Windows color (decimal): -5723631 or 1157800. OLE color: 1157800.

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

Color convert

RGB16817017-
CMYK0.0100.90.33
HSL60.78º81.82%36.67%-
HSV(B)60.78º90%66.67%-
XYZ30.6237.116.08-
YUV151.9651.84139.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.32%
GREEN value IS 170 (66.80% from 255) = 47.89%
BLUE value IS 17 (7.03% from 255) = 4.79%
R=47.32%
G=47.89%
B=4.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168170170.0100.90.3360.7881.8236.67
HexA8AA11105A213d5225
Octal2502522110132417512245
Binary1010100010101010100011010110101000011111011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AA11; }

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

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

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

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

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

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

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

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