#AB968E

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

Shades of Del Rio #AB968E

Tints of Del Rio #AB968E

Color information

#AB968E (or 0xAB968E) is unknown color: approx Del Rio. HEX triplet: AB, 96 and 8E. RGB value is (171,150,142). Sum of RGB (Red+Green+Blue) = 171+150+142=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 171 - color contains mainly: red. Hex color #AB968E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB968E is #546971. Grayscale: #9B9B9B. Windows color (decimal): -5532018 or 9344683. OLE color: 9344683.

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

Color convert

RGB171150142-
CMYK00.120.170.33
HSL16.55º14.72%61.37%-
HSV(B)16.55º16.96%67.06%-
XYZ32.5832.4230.13-
YUV155.37120.46139.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.93%
GREEN value IS 150 (58.98% from 255) = 32.40%
BLUE value IS 142 (55.86% from 255) = 30.67%
R=36.93%
G=32.40%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115014200.120.170.3316.5514.7261.37
HexAB968E0C112111f3d
Octal2532262160142141211775
Binary1010101110010110100011100110010001100001100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB968E; }

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

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

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

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

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

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

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

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