#A49792

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

Shades of Del Rio #A49792

Tints of Del Rio #A49792

Color information

#A49792 (or 0xA49792) is unknown color: approx Del Rio. HEX triplet: A4, 97 and 92. RGB value is (164,151,146). Sum of RGB (Red+Green+Blue) = 164+151+146=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 164 - color contains mainly: red. Hex color #A49792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49792 is #5B686D. Grayscale: #9A9A9A. Windows color (decimal): -5990510 or 9607076. OLE color: 9607076.

HSL color Cylindrical-coordinate representation of color #A49792: hue angle of 16.67º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A49792 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB164151146-
CMYK00.080.110.36
HSL16.67º9%60.78%-
HSV(B)16.67º10.98%64.31%-
XYZ31.5632.131.73-
YUV154.32123.31134.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 151 (59.38% from 255) = 32.75%
BLUE value IS 146 (57.42% from 255) = 31.67%
R=35.57%
G=32.75%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415114600.080.110.3616.67960.78
HexA4979208B241193d
Octal2442272220101344211175
Binary101001001001011110010010010001011100100100011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49792; }

 p { color: rgb(164,151,146); }

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

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

 a { background-color: rgb(164,151,146); }

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

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

 span { border-color: rgb(164,151,146); }

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