Html Css Color HEX #AB9B91 Del Rio

📋 copy color: '#AB9B91'

red 171 ◦ green 155 ◦ blue 145

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

Shades of Del Rio #AB9B91

Tints of Del Rio #AB9B91

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.91%

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

R = 36.31%
G = 32.91%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AB9B91 (or 0xAB9B91) is known color: Del Rio. HEX triplet: AB, 9B and 91. RGB value is (171,155,145). Sum of RGB (Red+Green+Blue) = 171+155+145=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 145 (57.03% from 255 or 30.79% from 471); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9B91 is #54646E. Grayscale: #9E9E9E. Windows color (decimal): -5530735 or 9542571. OLE color: 9542571.

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

Color convert

RGB 171 155 145 -
CMYK 0 0.09 0.15 0.33
HSL 23.08º 0.13% 0.62% -
HSV(B) 23.08º 0.15% 0.67% -
XYZ 33.63 34.14 31.61 -
YUV 158.64 120.3 136.81 -
System Red Green Blue C M Y K H S L
Decimal 171 155 145 0 0.09 0.15 0.33 23.08 0.13 0.62
Hex AB 9B 91 0 9 F 21 17 D 3E
Octal 253 233 221 0 11 17 41 27 15 76
Binary 10101011 10011011 10010001 0 1001 1111 100001 10111 1101 111110

Color Harmonies of #AB9B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9B91

Black with #AB9B91

Text Example


Text Example

White with #AB9B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9B91; }

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

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

background-color css

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

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

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

border-color css

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

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

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