#A0AC12

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

Shades of Citrus #A0AC12

Tints of Citrus #A0AC12

Color information

#A0AC12 (or 0xA0AC12) is unknown color: approx Citrus. HEX triplet: A0, AC and 12. RGB value is (160,172,18). Sum of RGB (Red+Green+Blue) = 160+172+18=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AC12 is #5F53ED. Grayscale: #979797. Windows color (decimal): -6247406 or 1223840. OLE color: 1223840.

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

Color convert

RGB16017218-
CMYK0.0700.900.33
HSL64.68º81.05%37.25%-
HSV(B)64.68º89.53%67.45%-
XYZ29.3637.026.17-
YUV150.8653.02134.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.71%
GREEN value IS 172 (67.58% from 255) = 49.14%
BLUE value IS 18 (7.42% from 255) = 5.14%
R=45.71%
G=49.14%
B=5.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160172180.0700.900.3364.6881.0537.25
HexA0AC12705A21415125
Octal24025422701324110112145
Binary1010000010101100100101110101101010000110000011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AC12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AC12; }

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

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

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

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

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

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

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

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