Html Css Color HEX #AB9D9C Nobel

📋 copy color: '#AB9D9C'

red 171 ◦ green 157 ◦ blue 156

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

Shades of Nobel #AB9D9C

Tints of Nobel #AB9D9C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.44%

 BLUE value IS 156 (61.33% from 255) = 32.23%

R = 35.33%
G = 32.44%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB9D9C (or 0xAB9D9C) is known color: Nobel. HEX triplet: AB, 9D and 9C. RGB value is (171,157,156). Sum of RGB (Red+Green+Blue) = 171+157+156=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 157 (61.72% from 255 or 32.44% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9D9C is #546263. Grayscale: #A1A1A1. Windows color (decimal): -5530212 or 10263979. OLE color: 10263979.

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

Color convert

RGB 171 157 156 -
CMYK 0 0.08 0.09 0.33
HSL 0.08% 0.64% -
HSV(B) 0.09% 0.67% -
XYZ 34.85 35.17 36.4 -
YUV 161.07 125.14 135.08 -
System Red Green Blue C M Y K H S L
Decimal 171 157 156 0 0.08 0.09 0.33 4 0.08 0.64
Hex AB 9D 9C 0 8 9 21 4 8 40
Octal 253 235 234 0 10 11 41 4 10 100
Binary 10101011 10011101 10011100 0 1000 1001 100001 100 1000 1000000

Color Harmonies of #AB9D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9D9C

Black with #AB9D9C

Text Example


Text Example

White with #AB9D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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