Html Css Color HEX #AB9F98 Del Rio

📋 copy color: '#AB9F98'

red 171 ◦ green 159 ◦ blue 152

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

Shades of Del Rio #AB9F98

Tints of Del Rio #AB9F98

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.99%

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

R = 35.48%
G = 32.99%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AB9F98 (or 0xAB9F98) is known color: Del Rio. HEX triplet: AB, 9F and 98. RGB value is (171,159,152). Sum of RGB (Red+Green+Blue) = 171+159+152=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9F98 is #546067. Grayscale: #A1A1A1. Windows color (decimal): -5529704 or 10002347. OLE color: 10002347.

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

Color convert

RGB 171 159 152 -
CMYK 0 0.07 0.11 0.33
HSL 22.11º 0.1% 0.63% -
HSV(B) 22.11º 0.11% 0.67% -
XYZ 34.86 35.72 34.76 -
YUV 161.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 171 159 152 0 0.07 0.11 0.33 22.11 0.1 0.63
Hex AB 9F 98 0 7 B 21 16 A 3F
Octal 253 237 230 0 7 13 41 26 12 77
Binary 10101011 10011111 10011000 0 111 1011 100001 10110 1010 111111

Color Harmonies of #AB9F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9F98

Black with #AB9F98

Text Example


Text Example

White with #AB9F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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