Html Css Color HEX #AB9890 Del Rio

📋 copy color: '#AB9890'

red 171 ◦ green 152 ◦ blue 144

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

Shades of Del Rio #AB9890

Tints of Del Rio #AB9890

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.55%

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

R = 36.62%
G = 32.55%
B = 30.84%

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

#AB9890 (or 0xAB9890) is known color: Del Rio. HEX triplet: AB, 98 and 90. RGB value is (171,152,144). Sum of RGB (Red+Green+Blue) = 171+152+144=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9890 is #54676F. Grayscale: #9C9C9C. Windows color (decimal): -5531504 or 9476267. OLE color: 9476267.

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

Color convert

RGB 171 152 144 -
CMYK 0 0.11 0.16 0.33
HSL 17.78º 0.14% 0.62% -
HSV(B) 17.78º 0.16% 0.67% -
XYZ 33.06 33.13 31.04 -
YUV 156.77 120.79 138.15 -
System Red Green Blue C M Y K H S L
Decimal 171 152 144 0 0.11 0.16 0.33 17.78 0.14 0.62
Hex AB 98 90 0 B 10 21 12 E 3E
Octal 253 230 220 0 13 20 41 22 16 76
Binary 10101011 10011000 10010000 0 1011 10000 100001 10010 1110 111110

Color Harmonies of #AB9890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9890

Black with #AB9890

Text Example


Text Example

White with #AB9890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9890; }

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

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

background-color css

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

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

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

border-color css

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

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

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