#AC958A

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

Shades of Del Rio #AC958A

Tints of Del Rio #AC958A

Color information

#AC958A (or 0xAC958A) is unknown color: approx Del Rio. HEX triplet: AC, 95 and 8A. RGB value is (172,149,138). Sum of RGB (Red+Green+Blue) = 172+149+138=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 172 - color contains mainly: red. Hex color #AC958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC958A is #536A75. Grayscale: #9A9A9A. Windows color (decimal): -5466742 or 9082284. OLE color: 9082284.

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

Color convert

RGB172149138-
CMYK00.130.200.33
HSL19.41º17%60.78%-
HSV(B)19.41º19.77%67.45%-
XYZ32.3532.128.54-
YUV154.62118.62140.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.47%
GREEN value IS 149 (58.59% from 255) = 32.46%
BLUE value IS 138 (54.30% from 255) = 30.07%
R=37.47%
G=32.46%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214913800.130.200.3319.411760.78
HexAC958A0D142113113d
Octal2542252120152441232175
Binary10101100100101011000101001101101001000011001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC958A; }

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

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

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

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

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

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

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

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