#AC958D

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

Shades of Del Rio #AC958D

Tints of Del Rio #AC958D

Color information

#AC958D (or 0xAC958D) is unknown color: approx Del Rio. HEX triplet: AC, 95 and 8D. RGB value is (172,149,141). Sum of RGB (Red+Green+Blue) = 172+149+141=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 172 - color contains mainly: red. Hex color #AC958D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC958D is #536A72. Grayscale: #9B9B9B. Windows color (decimal): -5466739 or 9278892. OLE color: 9278892.

HSL color Cylindrical-coordinate representation of color #AC958D: hue angle of 15.48º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AC958D is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB172149141-
CMYK00.130.180.33
HSL15.48º15.74%61.37%-
HSV(B)15.48º18.02%67.45%-
XYZ32.5732.1929.7-
YUV154.96120.12140.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.23%
GREEN value IS 149 (58.59% from 255) = 32.25%
BLUE value IS 141 (55.47% from 255) = 30.52%
R=37.23%
G=32.25%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214914100.130.180.3315.4815.7461.37
HexAC958D0D1221f103d
Octal2542252150152241172075
Binary1010110010010101100011010110110010100001111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC958D; }

 p { color: rgb(172,149,141); }

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

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

 a { background-color: rgb(172,149,141); }

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

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

 span { border-color: rgb(172,149,141); }

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