Html Css Color HEX #AB9B96 Del Rio

📋 copy color: '#AB9B96'

red 171 ◦ green 155 ◦ blue 150

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

Shades of Del Rio #AB9B96

Tints of Del Rio #AB9B96

RGB

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

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

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

R = 35.92%
G = 32.56%
B = 31.51%

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

#AB9B96 (or 0xAB9B96) is known color: Del Rio. HEX triplet: AB, 9B and 96. RGB value is (171,155,150). Sum of RGB (Red+Green+Blue) = 171+155+150=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9B96 is #546469. Grayscale: #9F9F9F. Windows color (decimal): -5530730 or 9870251. OLE color: 9870251.

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

Color convert

RGB 171 155 150 -
CMYK 0 0.09 0.12 0.33
HSL 14.29º 0.11% 0.63% -
HSV(B) 14.29º 0.12% 0.67% -
XYZ 34.02 34.3 33.68 -
YUV 159.21 122.8 136.41 -
System Red Green Blue C M Y K H S L
Decimal 171 155 150 0 0.09 0.12 0.33 14.29 0.11 0.63
Hex AB 9B 96 0 9 C 21 E B 3F
Octal 253 233 226 0 11 14 41 16 13 77
Binary 10101011 10011011 10010110 0 1001 1100 100001 1110 1011 111111

Color Harmonies of #AB9B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9B96

Black with #AB9B96

Text Example


Text Example

White with #AB9B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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