#A79C96

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

Shades of Del Rio #A79C96

Tints of Del Rio #A79C96

Color information

#A79C96 (or 0xA79C96) is unknown color: approx Del Rio. HEX triplet: A7, 9C and 96. RGB value is (167,156,150). Sum of RGB (Red+Green+Blue) = 167+156+150=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 167 - color contains mainly: red. Hex color #A79C96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79C96 is #586369. Grayscale: #9E9E9E. Windows color (decimal): -5792618 or 9870503. OLE color: 9870503.

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

Color convert

RGB167156150-
CMYK00.070.100.35
HSL21.18º8.81%62.16%-
HSV(B)21.18º10.18%65.49%-
XYZ33.3334.1933.7-
YUV158.6123.14133.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.31%
GREEN value IS 156 (61.33% from 255) = 32.98%
BLUE value IS 150 (58.98% from 255) = 31.71%
R=35.31%
G=32.98%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715615000.070.100.3521.188.8162.16
HexA79C9607A231593e
Octal247234226071243251176
Binary10100111100111001001011001111010100011101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79C96; }

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

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

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

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

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

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

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

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