#AC968E

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

Shades of Del Rio #AC968E

Tints of Del Rio #AC968E

Color information

#AC968E (or 0xAC968E) is unknown color: approx Del Rio. HEX triplet: AC, 96 and 8E. RGB value is (172,150,142). Sum of RGB (Red+Green+Blue) = 172+150+142=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 172 - color contains mainly: red. Hex color #AC968E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC968E is #536971. Grayscale: #9B9B9B. Windows color (decimal): -5466482 or 9344684. OLE color: 9344684.

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

Color convert

RGB172150142-
CMYK00.130.170.33
HSL16º15.31%61.57%-
HSV(B)16º17.44%67.45%-
XYZ32.832.5430.14-
YUV155.67120.29139.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 150 (58.98% from 255) = 32.33%
BLUE value IS 142 (55.86% from 255) = 30.60%
R=37.07%
G=32.33%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215014200.130.170.331615.3161.57
HexAC968E0D112110f3e
Octal2542262160152141201776
Binary1010110010010110100011100110110001100001100001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC968E; }

 p { color: rgb(172,150,142); }

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

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

 a { background-color: rgb(172,150,142); }

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

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

 span { border-color: rgb(172,150,142); }

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