Html Css Color HEX #AB988E Del Rio

📋 copy color: '#AB988E'

red 171 ◦ green 152 ◦ blue 142

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

Shades of Del Rio #AB988E

Tints of Del Rio #AB988E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.54%

R = 36.77%
G = 32.69%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AB988E (or 0xAB988E) is known color: Del Rio. HEX triplet: AB, 98 and 8E. RGB value is (171,152,142). Sum of RGB (Red+Green+Blue) = 171+152+142=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 171 - color contains mainly: red. Hex color #AB988E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB988E is #546771. Grayscale: #9C9C9C. Windows color (decimal): -5531506 or 9345195. OLE color: 9345195.

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

Color convert

RGB 171 152 142 -
CMYK 0 0.11 0.17 0.33
HSL 20.69º 0.15% 0.61% -
HSV(B) 20.69º 0.17% 0.67% -
XYZ 32.91 33.07 30.24 -
YUV 156.54 119.79 138.31 -
System Red Green Blue C M Y K H S L
Decimal 171 152 142 0 0.11 0.17 0.33 20.69 0.15 0.61
Hex AB 98 8E 0 B 11 21 15 F 3D
Octal 253 230 216 0 13 21 41 25 17 75
Binary 10101011 10011000 10001110 0 1011 10001 100001 10101 1111 111101

Color Harmonies of #AB988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB988E

Black with #AB988E

Text Example


Text Example

White with #AB988E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB988E; }

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

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

background-color css

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

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

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

border-color css

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

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

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