#AB968B

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

Shades of Del Rio #AB968B

Tints of Del Rio #AB968B

Color information

#AB968B (or 0xAB968B) is unknown color: approx Del Rio. HEX triplet: AB, 96 and 8B. RGB value is (171,150,139). Sum of RGB (Red+Green+Blue) = 171+150+139=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 171 - color contains mainly: red. Hex color #AB968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB968B is #546974. Grayscale: #9B9B9B. Windows color (decimal): -5532021 or 9148075. OLE color: 9148075.

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

Color convert

RGB171150139-
CMYK00.120.190.33
HSL20.63º16%60.78%-
HSV(B)20.63º18.71%67.06%-
XYZ32.3632.3328.96-
YUV155.02118.96139.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.17%
GREEN value IS 150 (58.98% from 255) = 32.61%
BLUE value IS 139 (54.69% from 255) = 30.22%
R=37.17%
G=32.61%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115013900.120.190.3320.631660.78
HexAB968B0C132115103d
Octal2532262130142341252075
Binary10101011100101101000101101100100111000011010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB968B; }

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

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

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

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

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

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

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

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