#A0A505

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

Shades of Citrus #A0A505

Tints of Citrus #A0A505

Color information

#A0A505 (or 0xA0A505) is unknown color: approx Citrus. HEX triplet: A0, A5 and 05. RGB value is (160,165,5). Sum of RGB (Red+Green+Blue) = 160+165+5=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 165 (64.84% from 255 or 50% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A505 is #5F5AFA. Grayscale: #919191. Windows color (decimal): -6249211 or 370080. OLE color: 370080.

HSL color Cylindrical-coordinate representation of color #A0A505: hue angle of 61.88º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0A505 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB1601655-
CMYK0.0300.970.35
HSL61.88º94.12%33.33%-
HSV(B)61.88º96.97%64.71%-
XYZ27.9834.395.31-
YUV145.2648.84138.51-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.48%
GREEN value IS 165 (64.84% from 255) = 50%
BLUE value IS 5 (2.34% from 255) = 1.52%
R=48.48%
G=50%
B=1.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16016550.0300.970.3561.8894.1233.33
HexA0A553061233e5e21
Octal240245530141437613641
Binary101000001010010110111011000011000111111101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A505; }

 p { color: rgb(160,165,5); }

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

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

 a { background-color: rgb(160,165,5); }

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

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

 span { border-color: rgb(160,165,5); }

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