#A0A599

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

Shades of Delta #A0A599

Tints of Delta #A0A599

Color information

#A0A599 (or 0xA0A599) is unknown color: approx Delta. HEX triplet: A0, A5 and 99. RGB value is (160,165,153). Sum of RGB (Red+Green+Blue) = 160+165+153=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A599 is #5F5A66. Grayscale: #A2A2A2. Windows color (decimal): -6249063 or 10069408. OLE color: 10069408.

HSL color Cylindrical-coordinate representation of color #A0A599: hue angle of 85º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A0A599 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB160165153-
CMYK0.0300.070.35
HSL85º6.25%62.35%-
HSV(B)85º7.27%64.71%-
XYZ33.736.6835.44-
YUV162.14122.84126.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.47%
GREEN value IS 165 (64.84% from 255) = 34.52%
BLUE value IS 153 (60.16% from 255) = 32.01%
R=33.47%
G=34.52%
B=32.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1601651530.0300.070.35856.2562.35
HexA0A599307235563e
Octal24024523130743125676
Binary1010000010100101100110011101111000111010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A599; }

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

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

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

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

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

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

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

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