#a0a815

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

Shades of Citrus #A0A815

Tints of Citrus #A0A815

Color information

#A0A815 (or 0xA0A815) is unknown color: approx Citrus. HEX triplet: A0, A8 and 15. RGB value is (160,168,21). Sum of RGB (Red+Green+Blue) = 160+168+21=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 168 (66.02% from 255 or 48.14% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 168 - color contains mainly: green. Hex color #A0A815 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A815 is #5F57EA. Grayscale: #959595. Windows color (decimal): -6248427 or 1419424. OLE color: 1419424.

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

Color convert

RGB16016821-
CMYK0.0500.880.34
HSL63.27º77.78%37.06%-
HSV(B)63.27º87.5%65.88%-
XYZ28.6435.536.06-
YUV148.8555.85135.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.85%
GREEN value IS 168 (66.02% from 255) = 48.14%
BLUE value IS 21 (8.59% from 255) = 6.02%
R=45.85%
G=48.14%
B=6.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal160168210.0500.880.3463.2777.7837.06
HexA0A8155058223f4e25
Octal2402502550130427711645
Binary101000001010100010101101010110001000101111111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0a815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0a815; }

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

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

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

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

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

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

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

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