#AC968B

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

Shades of Del Rio #AC968B

Tints of Del Rio #AC968B

Color information

#AC968B (or 0xAC968B) is unknown color: approx Del Rio. HEX triplet: AC, 96 and 8B. RGB value is (172,150,139). Sum of RGB (Red+Green+Blue) = 172+150+139=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 172 - color contains mainly: red. Hex color #AC968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC968B is #536974. Grayscale: #9B9B9B. Windows color (decimal): -5466485 or 9148076. OLE color: 9148076.

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

Color convert

RGB172150139-
CMYK00.130.190.33
HSL20º16.58%60.98%-
HSV(B)20º19.19%67.45%-
XYZ32.5832.4528.97-
YUV155.32118.79139.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 150 (58.98% from 255) = 32.54%
BLUE value IS 139 (54.69% from 255) = 30.15%
R=37.31%
G=32.54%
B=30.15%

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
Decimal17215013900.130.190.332016.5860.98
HexAC968B0D132114113d
Octal2542262130152341242175
Binary10101100100101101000101101101100111000011010010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC968B; }

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

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

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

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

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

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

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

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