#A0AB12

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

Shades of Citrus #A0AB12

Tints of Citrus #A0AB12

Color information

#A0AB12 (or 0xA0AB12) is unknown color: approx Citrus. HEX triplet: A0, AB and 12. RGB value is (160,171,18). Sum of RGB (Red+Green+Blue) = 160+171+18=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 171 (67.19% from 255 or 49.00% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AB12 is #5F54ED. Grayscale: #969696. Windows color (decimal): -6247662 or 1223584. OLE color: 1223584.

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

Color convert

RGB16017118-
CMYK0.0600.890.33
HSL64.31º80.95%37.06%-
HSV(B)64.31º89.47%67.06%-
XYZ29.1736.646.11-
YUV150.2753.36134.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.85%
GREEN value IS 171 (67.19% from 255) = 49.00%
BLUE value IS 18 (7.42% from 255) = 5.16%
R=45.85%
G=49.00%
B=5.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160171180.0600.890.3364.3180.9537.06
HexA0AB12605921405125
Octal24025322601314110012145
Binary1010000010101011100101100101100110000110000001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AB12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AB12; }

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

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

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

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

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

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

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

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