#AC968D

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

Shades of Del Rio #AC968D

Tints of Del Rio #AC968D

Color information

#AC968D (or 0xAC968D) is unknown color: approx Del Rio. HEX triplet: AC, 96 and 8D. RGB value is (172,150,141). Sum of RGB (Red+Green+Blue) = 172+150+141=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #AC968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC968D is #536972. Grayscale: #9B9B9B. Windows color (decimal): -5466483 or 9279148. OLE color: 9279148.

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

Color convert

RGB172150141-
CMYK00.130.180.33
HSL17.42º15.74%61.37%-
HSV(B)17.42º18.02%67.45%-
XYZ32.7332.5129.75-
YUV155.55119.79139.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 150 (58.98% from 255) = 32.40%
BLUE value IS 141 (55.47% from 255) = 30.45%
R=37.15%
G=32.40%
B=30.45%

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
Decimal17215014100.130.180.3317.4215.7461.37
HexAC968D0D122111103d
Octal2542262150152241212075
Binary10101100100101101000110101101100101000011000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC968D; }

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

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

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

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

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

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

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

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