#A99790

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

Shades of Del Rio #A99790

Tints of Del Rio #A99790

Color information

#A99790 (or 0xA99790) is unknown color: approx Del Rio. HEX triplet: A9, 97 and 90. RGB value is (169,151,144). Sum of RGB (Red+Green+Blue) = 169+151+144=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 169 - color contains mainly: red. Hex color #A99790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99790 is #56686F. Grayscale: #9B9B9B. Windows color (decimal): -5662832 or 9476009. OLE color: 9476009.

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

Color convert

RGB169151144-
CMYK00.110.150.34
HSL16.8º12.69%61.37%-
HSV(B)16.8º14.79%66.27%-
XYZ32.4632.5830.96-
YUV155.58121.46137.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.42%
GREEN value IS 151 (59.38% from 255) = 32.54%
BLUE value IS 144 (56.64% from 255) = 31.03%
R=36.42%
G=32.54%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915114400.110.150.3416.812.6961.37
HexA997900BF2211d3d
Octal2512272200131742211575
Binary101010011001011110010000010111111100010100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99790; }

 p { color: rgb(169,151,144); }

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

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

 a { background-color: rgb(169,151,144); }

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

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

 span { border-color: rgb(169,151,144); }

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