Html Css Color HEX #AB9E96 Del Rio

📋 copy color: '#AB9E96'

red 171 ◦ green 158 ◦ blue 150

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

Shades of Del Rio #AB9E96

Tints of Del Rio #AB9E96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.32%

R = 35.7%
G = 32.99%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AB9E96 (or 0xAB9E96) is known color: Del Rio. HEX triplet: AB, 9E and 96. RGB value is (171,158,150). Sum of RGB (Red+Green+Blue) = 171+158+150=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9E96 is #546169. Grayscale: #A1A1A1. Windows color (decimal): -5529962 or 9871019. OLE color: 9871019.

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

Color convert

RGB 171 158 150 -
CMYK 0 0.08 0.12 0.33
HSL 22.86º 0.11% 0.63% -
HSV(B) 22.86º 0.12% 0.67% -
XYZ 34.53 35.31 33.85 -
YUV 160.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 171 158 150 0 0.08 0.12 0.33 22.86 0.11 0.63
Hex AB 9E 96 0 8 C 21 17 B 3F
Octal 253 236 226 0 10 14 41 27 13 77
Binary 10101011 10011110 10010110 0 1000 1100 100001 10111 1011 111111

Color Harmonies of #AB9E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9E96

Black with #AB9E96

Text Example


Text Example

White with #AB9E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9E96; }

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

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

background-color css

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

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

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

border-color css

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

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

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