#A0AB0A

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

Shades of Citrus #A0AB0A

Tints of Citrus #A0AB0A

Color information

#A0AB0A (or 0xA0AB0A) is unknown color: approx Citrus. HEX triplet: A0, AB and 0A. RGB value is (160,171,10). Sum of RGB (Red+Green+Blue) = 160+171+10=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 10 (4.30% from 255 or 2.93% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AB0A is #5F54F5. Grayscale: #959595. Windows color (decimal): -6247670 or 699296. OLE color: 699296.

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

Color convert

RGB16017110-
CMYK0.0600.940.33
HSL64.1º88.95%35.49%-
HSV(B)64.1º94.15%67.06%-
XYZ29.1136.625.82-
YUV149.3649.36135.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.92%
GREEN value IS 171 (67.19% from 255) = 50.15%
BLUE value IS 10 (4.30% from 255) = 2.93%
R=46.92%
G=50.15%
B=2.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160171100.0600.940.3364.188.9535.49
HexA0ABA605E21405923
Octal24025312601364110013143
Binary101000001010101110101100101111010000110000001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AB0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AB0A; }

 p { color: rgb(160,171,10); }

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

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

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

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

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

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

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