Html Css Color HEX #AB9991 Del Rio

📋 copy color: '#AB9991'

red 171 ◦ green 153 ◦ blue 145

#AB9991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Del Rio #AB9991

Tints of Del Rio #AB9991

RGB

 RED value IS 171 (67.19% from 255) = 36.46%

 GREEN value IS 153 (60.16% from 255) = 32.62%

 BLUE value IS 145 (57.03% from 255) = 30.92%

R = 36.46%
G = 32.62%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AB9991 (or 0xAB9991) is known color: Del Rio. HEX triplet: AB, 99 and 91. RGB value is (171,153,145). Sum of RGB (Red+Green+Blue) = 171+153+145=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9991 is #54666E. Grayscale: #9D9D9D. Windows color (decimal): -5531247 or 9542059. OLE color: 9542059.

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

Color convert

RGB 171 153 145 -
CMYK 0 0.11 0.15 0.33
HSL 18.46º 0.13% 0.62% -
HSV(B) 18.46º 0.15% 0.67% -
XYZ 33.3 33.48 31.5 -
YUV 157.47 120.96 137.65 -
System Red Green Blue C M Y K H S L
Decimal 171 153 145 0 0.11 0.15 0.33 18.46 0.13 0.62
Hex AB 99 91 0 B F 21 12 D 3E
Octal 253 231 221 0 13 17 41 22 15 76
Binary 10101011 10011001 10010001 0 1011 1111 100001 10010 1101 111110

Color Harmonies of #AB9991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9991

Black with #AB9991

Text Example


Text Example

White with #AB9991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9991; }

 p { color: rgb(171,153,145); }

 H1.HeaderClassName
 {
   color: #AB9991;
 }
 .AnyTagClassName
 {
   color: #AB9991;
 }
</style>

background-color css

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

 a { background-color: rgb(171,153,145); }

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

border-color css

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

 span { border-color: rgb(171,153,145); }

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