Html Css Color HEX #AA9D9B Nobel

📋 copy color: '#AA9D9B'

red 170 ◦ green 157 ◦ blue 155

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

Shades of Nobel #AA9D9B

Tints of Nobel #AA9D9B

RGB

 RED value IS 170 (66.8% from 255) = 35.27%

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

 BLUE value IS 155 (60.94% from 255) = 32.16%

R = 35.27%
G = 32.57%
B = 32.16%

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

#AA9D9B (or 0xAA9D9B) is known color: Nobel. HEX triplet: AA, 9D and 9B. RGB value is (170,157,155). Sum of RGB (Red+Green+Blue) = 170+157+155=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9D9B is #556264. Grayscale: #A0A0A0. Windows color (decimal): -5595749 or 10198442. OLE color: 10198442.

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

Color convert

RGB 170 157 155 -
CMYK 0 0.08 0.09 0.33
HSL 0.08% 0.64% -
HSV(B) 0.09% 0.67% -
XYZ 34.55 35.03 35.95 -
YUV 160.66 124.81 134.66 -
System Red Green Blue C M Y K H S L
Decimal 170 157 155 0 0.08 0.09 0.33 8 0.08 0.64
Hex AA 9D 9B 0 8 9 21 8 8 40
Octal 252 235 233 0 10 11 41 10 10 100
Binary 10101010 10011101 10011011 0 1000 1001 100001 1000 1000 1000000

Color Harmonies of #AA9D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9D9B

Black with #AA9D9B

Text Example


Text Example

White with #AA9D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9D9B; }

 p { color: rgb(170,157,155); }

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

background-color css

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

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

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

border-color css

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

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

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