#A0AF13

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

Shades of Citrus #A0AF13

Tints of Citrus #A0AF13

Color information

#A0AF13 (or 0xA0AF13) is unknown color: approx Citrus. HEX triplet: A0, AF and 13. RGB value is (160,175,19). Sum of RGB (Red+Green+Blue) = 160+175+19=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 175 (68.75% from 255 or 49.44% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AF13 is #5F50EC. Grayscale: #999999. Windows color (decimal): -6246637 or 1290144. OLE color: 1290144.

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

Color convert

RGB16017519-
CMYK0.0900.890.31
HSL65.77º80.41%38.04%-
HSV(B)65.77º89.14%68.63%-
XYZ29.9438.186.41-
YUV152.7352.53133.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.20%
GREEN value IS 175 (68.75% from 255) = 49.44%
BLUE value IS 19 (7.81% from 255) = 5.37%
R=45.20%
G=49.44%
B=5.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160175190.0900.890.3165.7780.4138.04
HexA0AF1390591F425026
Octal240257231101313710212046
Binary1010000010101111100111001010110011111110000101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AF13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AF13; }

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

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

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

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

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

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

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

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