#A0A813

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

Shades of Citrus #A0A813

Tints of Citrus #A0A813

Color information

#A0A813 (or 0xA0A813) is unknown color: approx Citrus. HEX triplet: A0, A8 and 13. RGB value is (160,168,19). Sum of RGB (Red+Green+Blue) = 160+168+19=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 168 (66.02% from 255 or 48.41% from 347); Blue value is 19 (7.81% from 255 or 5.48% from 347); Max value from RGB is 168 - color contains mainly: green. Hex color #A0A813 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A813 is #5F57EC. Grayscale: #959595. Windows color (decimal): -6248429 or 1288352. OLE color: 1288352.

HSL color Cylindrical-coordinate representation of color #A0A813: hue angle of 63.22º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A0A813 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB16016819-
CMYK0.0500.890.34
HSL63.22º79.68%36.67%-
HSV(B)63.22º88.69%65.88%-
XYZ28.6235.535.96-
YUV148.6254.85136.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.11%
GREEN value IS 168 (66.02% from 255) = 48.41%
BLUE value IS 19 (7.81% from 255) = 5.48%
R=46.11%
G=48.41%
B=5.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal160168190.0500.890.3463.2279.6836.67
HexA0A8135059223f5025
Octal2402502350131427712045
Binary101000001010100010011101010110011000101111111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A813; }

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

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

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

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

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

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

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

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