Html Css Color HEX #AB9F96 Del Rio

📋 copy color: '#AB9F96'

red 171 ◦ green 159 ◦ blue 150

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

Shades of Del Rio #AB9F96

Tints of Del Rio #AB9F96

RGB

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

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

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

R = 35.63%
G = 33.13%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AB9F96 (or 0xAB9F96) is known color: Del Rio. HEX triplet: AB, 9F and 96. RGB value is (171,159,150). Sum of RGB (Red+Green+Blue) = 171+159+150=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9F96 is #546069. Grayscale: #A1A1A1. Windows color (decimal): -5529706 or 9871275. OLE color: 9871275.

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

Color convert

RGB 171 159 150 -
CMYK 0 0.07 0.12 0.33
HSL 25.71º 0.11% 0.63% -
HSV(B) 25.71º 0.12% 0.67% -
XYZ 34.7 35.66 33.91 -
YUV 161.56 121.48 134.73 -
System Red Green Blue C M Y K H S L
Decimal 171 159 150 0 0.07 0.12 0.33 25.71 0.11 0.63
Hex AB 9F 96 0 7 C 21 1A B 3F
Octal 253 237 226 0 7 14 41 32 13 77
Binary 10101011 10011111 10010110 0 111 1100 100001 11010 1011 111111

Color Harmonies of #AB9F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9F96

Black with #AB9F96

Text Example


Text Example

White with #AB9F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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