#AC958B

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

Shades of Del Rio #AC958B

Tints of Del Rio #AC958B

Color information

#AC958B (or 0xAC958B) is unknown color: approx Del Rio. HEX triplet: AC, 95 and 8B. RGB value is (172,149,139). Sum of RGB (Red+Green+Blue) = 172+149+139=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 172 - color contains mainly: red. Hex color #AC958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC958B is #536A74. Grayscale: #9A9A9A. Windows color (decimal): -5466741 or 9147820. OLE color: 9147820.

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

Color convert

RGB172149139-
CMYK00.130.190.33
HSL18.18º16.58%60.98%-
HSV(B)18.18º19.19%67.45%-
XYZ32.4232.1328.92-
YUV154.74119.12140.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.39%
GREEN value IS 149 (58.59% from 255) = 32.39%
BLUE value IS 139 (54.69% from 255) = 30.22%
R=37.39%
G=32.39%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214913900.130.190.3318.1816.5860.98
HexAC958B0D132112113d
Octal2542252130152341222175
Binary10101100100101011000101101101100111000011001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC958B; }

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

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

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

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

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

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

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

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