#A79A94

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

Shades of Del Rio #A79A94

Tints of Del Rio #A79A94

Color information

#A79A94 (or 0xA79A94) is unknown color: approx Del Rio. HEX triplet: A7, 9A and 94. RGB value is (167,154,148). Sum of RGB (Red+Green+Blue) = 167+154+148=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 167 - color contains mainly: red. Hex color #A79A94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79A94 is #58656B. Grayscale: #9D9D9D. Windows color (decimal): -5793132 or 9738919. OLE color: 9738919.

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

Color convert

RGB167154148-
CMYK00.080.110.35
HSL18.95º9.74%61.76%-
HSV(B)18.95º11.38%65.49%-
XYZ32.8433.4632.75-
YUV157.2122.81134.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.61%
GREEN value IS 154 (60.55% from 255) = 32.84%
BLUE value IS 148 (58.20% from 255) = 31.56%
R=35.61%
G=32.84%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715414800.080.110.3518.959.7461.76
HexA79A9408B2313a3e
Octal2472322240101343231276
Binary101001111001101010010100010001011100011100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79A94; }

 p { color: rgb(167,154,148); }

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

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

 a { background-color: rgb(167,154,148); }

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

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

 span { border-color: rgb(167,154,148); }

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