Html Css Color HEX #AB9990 Del Rio

📋 copy color: '#AB9990'

red 171 ◦ green 153 ◦ blue 144

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

Shades of Del Rio #AB9990

Tints of Del Rio #AB9990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.77%

R = 36.54%
G = 32.69%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB9990 (or 0xAB9990) is known color: Del Rio. HEX triplet: AB, 99 and 90. RGB value is (171,153,144). Sum of RGB (Red+Green+Blue) = 171+153+144=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9990 is #54666F. Grayscale: #9D9D9D. Windows color (decimal): -5531248 or 9476523. OLE color: 9476523.

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

Color convert

RGB 171 153 144 -
CMYK 0 0.11 0.16 0.33
HSL 20º 0.14% 0.62% -
HSV(B) 20º 0.16% 0.67% -
XYZ 33.22 33.45 31.09 -
YUV 157.36 120.46 137.73 -
System Red Green Blue C M Y K H S L
Decimal 171 153 144 0 0.11 0.16 0.33 20 0.14 0.62
Hex AB 99 90 0 B 10 21 14 E 3E
Octal 253 231 220 0 13 20 41 24 16 76
Binary 10101011 10011001 10010000 0 1011 10000 100001 10100 1110 111110

Color Harmonies of #AB9990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9990

Black with #AB9990

Text Example


Text Example

White with #AB9990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9990; }

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

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

background-color css

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

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

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

border-color css

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

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

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