#A79C98

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

Shades of Del Rio #A79C98

Tints of Del Rio #A79C98

Color information

#A79C98 (or 0xA79C98) is unknown color: approx Del Rio. HEX triplet: A7, 9C and 98. RGB value is (167,156,152). Sum of RGB (Red+Green+Blue) = 167+156+152=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 167 - color contains mainly: red. Hex color #A79C98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79C98 is #586367. Grayscale: #9E9E9E. Windows color (decimal): -5792616 or 10001575. OLE color: 10001575.

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

Color convert

RGB167156152-
CMYK00.070.090.35
HSL16º7.85%62.55%-
HSV(B)16º8.98%65.49%-
XYZ33.4934.2634.55-
YUV158.83124.14133.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.16%
GREEN value IS 156 (61.33% from 255) = 32.84%
BLUE value IS 152 (59.77% from 255) = 32%
R=35.16%
G=32.84%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715615200.070.090.35167.8562.55
HexA79C98079231083f
Octal247234230071143201077
Binary10100111100111001001100001111001100011100001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79C98; }

 p { color: rgb(167,156,152); }

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

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

 a { background-color: rgb(167,156,152); }

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

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

 span { border-color: rgb(167,156,152); }

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