#A0A511

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

Shades of Citrus #A0A511

Tints of Citrus #A0A511

Color information

#A0A511 (or 0xA0A511) is unknown color: approx Citrus. HEX triplet: A0, A5 and 11. RGB value is (160,165,17). Sum of RGB (Red+Green+Blue) = 160+165+17=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 165 (64.84% from 255 or 48.25% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A511 is #5F5AEE. Grayscale: #939393. Windows color (decimal): -6249199 or 1156512. OLE color: 1156512.

HSL color Cylindrical-coordinate representation of color #A0A511: hue angle of 62.03º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0A511 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB16016517-
CMYK0.0300.900.35
HSL62.03º81.32%35.69%-
HSV(B)62.03º89.7%64.71%-
XYZ28.0534.425.7-
YUV146.6354.84137.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.78%
GREEN value IS 165 (64.84% from 255) = 48.25%
BLUE value IS 17 (7.03% from 255) = 4.97%
R=46.78%
G=48.25%
B=4.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal160165170.0300.900.3562.0381.3235.69
HexA0A511305A233e5124
Octal2402452130132437612144
Binary10100000101001011000111010110101000111111101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A511; }

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

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

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

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

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

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

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

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