Html Css Color HEX #AB9891 Del Rio

📋 copy color: '#AB9891'

red 171 ◦ green 152 ◦ blue 145

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

Shades of Del Rio #AB9891

Tints of Del Rio #AB9891

RGB

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

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

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

R = 36.54%
G = 32.48%
B = 30.98%

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

#AB9891 (or 0xAB9891) is known color: Del Rio. HEX triplet: AB, 98 and 91. RGB value is (171,152,145). Sum of RGB (Red+Green+Blue) = 171+152+145=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9891 is #54676E. Grayscale: #9C9C9C. Windows color (decimal): -5531503 or 9541803. OLE color: 9541803.

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

Color convert

RGB 171 152 145 -
CMYK 0 0.11 0.15 0.33
HSL 16.15º 0.13% 0.62% -
HSV(B) 16.15º 0.15% 0.67% -
XYZ 33.13 33.16 31.44 -
YUV 156.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 171 152 145 0 0.11 0.15 0.33 16.15 0.13 0.62
Hex AB 98 91 0 B F 21 10 D 3E
Octal 253 230 221 0 13 17 41 20 15 76
Binary 10101011 10011000 10010001 0 1011 1111 100001 10000 1101 111110

Color Harmonies of #AB9891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9891

Black with #AB9891

Text Example


Text Example

White with #AB9891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9891; }

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

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

background-color css

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

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

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

border-color css

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

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

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