#A0A005

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

Shades of Citrus #A0A005

Tints of Citrus #A0A005

Color information

#A0A005 (or 0xA0A005) is unknown color: approx Citrus. HEX triplet: A0, A0 and 05. RGB value is (160,160,5). Sum of RGB (Red+Green+Blue) = 160+160+5=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 160 (62.89% from 255 or 49.23% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A005 is #5F5FFA. Grayscale: #8E8E8E. Windows color (decimal): -6250491 or 368800. OLE color: 368800.

HSL color Cylindrical-coordinate representation of color #A0A005: hue angle of 60º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0A005 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB1601605-
CMYK000.970.37
HSL60º93.94%32.35%-
HSV(B)60º96.88%62.75%-
XYZ27.132.635.01-
YUV142.3350.5140.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.23%
GREEN value IS 160 (62.89% from 255) = 49.23%
BLUE value IS 5 (2.34% from 255) = 1.54%
R=49.23%
G=49.23%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601605000.970.376093.9432.35
HexA0A050061253c5e20
Octal240240500141457413640
Binary10100000101000001010011000011001011111001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A005; }

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

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

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

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

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

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

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

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