#A0A691

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

Shades of Delta #A0A691

Tints of Delta #A0A691

Color information

#A0A691 (or 0xA0A691) is unknown color: approx Delta. HEX triplet: A0, A6 and 91. RGB value is (160,166,145). Sum of RGB (Red+Green+Blue) = 160+166+145=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 145 (57.03% from 255 or 30.79% from 471); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A691 is #5F596E. Grayscale: #A1A1A1. Windows color (decimal): -6248815 or 9545376. OLE color: 9545376.

HSL color Cylindrical-coordinate representation of color #A0A691: hue angle of 77.14º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A0A691 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB160166145-
CMYK0.0400.130.35
HSL77.14º10.55%60.98%-
HSV(B)77.14º12.65%65.1%-
XYZ33.2436.7932.14-
YUV161.81118.51126.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.97%
GREEN value IS 166 (65.23% from 255) = 35.24%
BLUE value IS 145 (57.03% from 255) = 30.79%
R=33.97%
G=35.24%
B=30.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1601661450.0400.130.3577.1410.5560.98
HexA0A69140D234db3d
Octal2402462214015431151375
Binary1010000010100110100100011000110110001110011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A691; }

 p { color: rgb(160,166,145); }

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

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

 a { background-color: rgb(160,166,145); }

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

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

 span { border-color: rgb(160,166,145); }

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