Html Css Color HEX #AB9F9E Nobel

📋 copy color: '#AB9F9E'

red 171 ◦ green 159 ◦ blue 158

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

Shades of Nobel #AB9F9E

Tints of Nobel #AB9F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.38%

R = 35.04%
G = 32.58%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB9F9E (or 0xAB9F9E) is known color: Nobel. HEX triplet: AB, 9F and 9E. RGB value is (171,159,158). Sum of RGB (Red+Green+Blue) = 171+159+158=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9F9E is #546061. Grayscale: #A2A2A2. Windows color (decimal): -5529698 or 10395563. OLE color: 10395563.

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

Color convert

RGB 171 159 158 -
CMYK 0 0.07 0.08 0.33
HSL 4.62º 0.07% 0.65% -
HSV(B) 4.62º 0.08% 0.67% -
XYZ 35.36 35.92 37.42 -
YUV 162.47 125.48 134.08 -
System Red Green Blue C M Y K H S L
Decimal 171 159 158 0 0.07 0.08 0.33 4.62 0.07 0.65
Hex AB 9F 9E 0 7 8 21 5 7 41
Octal 253 237 236 0 7 10 41 5 7 101
Binary 10101011 10011111 10011110 0 111 1000 100001 101 111 1000001

Color Harmonies of #AB9F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9F9E

Black with #AB9F9E

Text Example


Text Example

White with #AB9F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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