Html Css Color HEX #AB9C96 Del Rio

📋 copy color: '#AB9C96'

red 171 ◦ green 156 ◦ blue 150

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

Shades of Del Rio #AB9C96

Tints of Del Rio #AB9C96

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.7%

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

R = 35.85%
G = 32.7%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AB9C96 (or 0xAB9C96) is known color: Del Rio. HEX triplet: AB, 9C and 96. RGB value is (171,156,150). Sum of RGB (Red+Green+Blue) = 171+156+150=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9C96 is #546369. Grayscale: #9F9F9F. Windows color (decimal): -5530474 or 9870507. OLE color: 9870507.

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

Color convert

RGB 171 156 150 -
CMYK 0 0.09 0.12 0.33
HSL 17.14º 0.11% 0.63% -
HSV(B) 17.14º 0.12% 0.67% -
XYZ 34.19 34.64 33.74 -
YUV 159.8 122.47 135.99 -
System Red Green Blue C M Y K H S L
Decimal 171 156 150 0 0.09 0.12 0.33 17.14 0.11 0.63
Hex AB 9C 96 0 9 C 21 11 B 3F
Octal 253 234 226 0 11 14 41 21 13 77
Binary 10101011 10011100 10010110 0 1001 1100 100001 10001 1011 111111

Color Harmonies of #AB9C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9C96

Black with #AB9C96

Text Example


Text Example

White with #AB9C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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