#AC968C

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

Shades of Del Rio #AC968C

Tints of Del Rio #AC968C

Color information

#AC968C (or 0xAC968C) is unknown color: approx Del Rio. HEX triplet: AC, 96 and 8C. RGB value is (172,150,140). Sum of RGB (Red+Green+Blue) = 172+150+140=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 172 - color contains mainly: red. Hex color #AC968C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC968C is #536973. Grayscale: #9B9B9B. Windows color (decimal): -5466484 or 9213612. OLE color: 9213612.

HSL color Cylindrical-coordinate representation of color #AC968C: hue angle of 18.75º degrees, saturation: 0.16, 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 #AC968C is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB172150140-
CMYK00.130.190.33
HSL18.75º16.16%61.18%-
HSV(B)18.75º18.6%67.45%-
XYZ32.6532.4829.36-
YUV155.44119.29139.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.23%
GREEN value IS 150 (58.98% from 255) = 32.47%
BLUE value IS 140 (55.08% from 255) = 30.30%
R=37.23%
G=32.47%
B=30.30%

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
Decimal17215014000.130.190.3318.7516.1661.18
HexAC968C0D132113103d
Octal2542262140152341232075
Binary10101100100101101000110001101100111000011001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC968C; }

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

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

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

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

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

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

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

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