#A0AF11

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

Shades of Citrus #A0AF11

Tints of Citrus #A0AF11

Color information

#A0AF11 (or 0xA0AF11) is unknown color: approx Citrus. HEX triplet: A0, AF and 11. RGB value is (160,175,17). Sum of RGB (Red+Green+Blue) = 160+175+17=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 175 (68.75% from 255 or 49.72% from 352); Blue value is 17 (7.03% from 255 or 4.83% from 352); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AF11 is #5F50EE. Grayscale: #999999. Windows color (decimal): -6246639 or 1159072. OLE color: 1159072.

HSL color Cylindrical-coordinate representation of color #A0AF11: hue angle of 65.7º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0AF11 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB16017517-
CMYK0.0900.900.31
HSL65.7º82.29%37.65%-
HSV(B)65.7º90.29%68.63%-
XYZ29.9338.176.32-
YUV152.551.53133.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.45%
GREEN value IS 175 (68.75% from 255) = 49.72%
BLUE value IS 17 (7.03% from 255) = 4.83%
R=45.45%
G=49.72%
B=4.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160175170.0900.900.3165.782.2937.65
HexA0AF11905A1F425226
Octal240257211101323710212246
Binary1010000010101111100011001010110101111110000101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AF11; }

 p { color: rgb(160,175,17); }

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

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

 a { background-color: rgb(160,175,17); }

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

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

 span { border-color: rgb(160,175,17); }

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