Html Css Color HEX #AB9D9D Nobel

📋 copy color: '#AB9D9D'

red 171 ◦ green 157 ◦ blue 157

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

Shades of Nobel #AB9D9D

Tints of Nobel #AB9D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.37%

R = 35.26%
G = 32.37%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB9D9D (or 0xAB9D9D) is known color: Nobel. HEX triplet: AB, 9D and 9D. RGB value is (171,157,157). Sum of RGB (Red+Green+Blue) = 171+157+157=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9D9D is #546262. Grayscale: #A1A1A1. Windows color (decimal): -5530211 or 10329515. OLE color: 10329515.

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

Color convert

RGB 171 157 157 -
CMYK 0 0.08 0.08 0.33
HSL 0.08% 0.64% -
HSV(B) 0.08% 0.67% -
XYZ 34.94 35.21 36.85 -
YUV 161.19 125.64 135 -
System Red Green Blue C M Y K H S L
Decimal 171 157 157 0 0.08 0.08 0.33 0 0.08 0.64
Hex AB 9D 9D 0 8 8 21 0 8 40
Octal 253 235 235 0 10 10 41 0 10 100
Binary 10101011 10011101 10011101 0 1000 1000 100001 0 1000 1000000

Color Harmonies of #AB9D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9D9D

Black with #AB9D9D

Text Example


Text Example

White with #AB9D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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