Html Css Color HEX #AB9E98 Del Rio

📋 copy color: '#AB9E98'

red 171 ◦ green 158 ◦ blue 152

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

Shades of Del Rio #AB9E98

Tints of Del Rio #AB9E98

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.85%

 BLUE value IS 152 (59.77% from 255) = 31.6%

R = 35.55%
G = 32.85%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AB9E98 (or 0xAB9E98) is known color: Del Rio. HEX triplet: AB, 9E and 98. RGB value is (171,158,152). Sum of RGB (Red+Green+Blue) = 171+158+152=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9E98 is #546167. Grayscale: #A1A1A1. Windows color (decimal): -5529960 or 10002091. OLE color: 10002091.

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

Color convert

RGB 171 158 152 -
CMYK 0 0.08 0.11 0.33
HSL 18.95º 0.1% 0.63% -
HSV(B) 18.95º 0.11% 0.67% -
XYZ 34.69 35.38 34.71 -
YUV 161.2 122.81 134.99 -
System Red Green Blue C M Y K H S L
Decimal 171 158 152 0 0.08 0.11 0.33 18.95 0.1 0.63
Hex AB 9E 98 0 8 B 21 13 A 3F
Octal 253 236 230 0 10 13 41 23 12 77
Binary 10101011 10011110 10011000 0 1000 1011 100001 10011 1010 111111

Color Harmonies of #AB9E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9E98

Black with #AB9E98

Text Example


Text Example

White with #AB9E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9E98; }

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

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

background-color css

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

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

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

border-color css

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

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

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