Html Css Color HEX #AAA9B4 Spun Pearl

📋 copy color: '#AAA9B4'

red 170 ◦ green 169 ◦ blue 180

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

Shades of Spun Pearl #AAA9B4

Tints of Spun Pearl #AAA9B4

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.56%

 BLUE value IS 180 (70.7% from 255) = 34.68%

R = 32.76%
G = 32.56%
B = 34.68%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AAA9B4 (or 0xAAA9B4) is known color: Spun Pearl. HEX triplet: AA, A9 and B4. RGB value is (170,169,180). Sum of RGB (Red+Green+Blue) = 170+169+180=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 180 - color contains mainly: blue. Hex color #AAA9B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9B4 is #55564B. Grayscale: #AAAAAA. Windows color (decimal): -5592652 or 11839914. OLE color: 11839914.

HSL color Cylindrical-coordinate representation of color #AAA9B4: hue angle of 245.45º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AAA9B4 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 169 180 -
CMYK 0.06 0.06 0 0.29
HSL 245.45º 0.07% 0.68% -
HSV(B) 245.45º 0.06% 0.71% -
XYZ 39 40.22 48.89 -
YUV 170.55 133.33 127.61 -
System Red Green Blue C M Y K H S L
Decimal 170 169 180 0.06 0.06 0 0.29 245.45 0.07 0.68
Hex AA A9 B4 6 6 0 1D F5 7 44
Octal 252 251 264 6 6 0 35 365 7 104
Binary 10101010 10101001 10110100 110 110 0 11101 11110101 111 1000100

Color Harmonies of #AAA9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA9B4

Black with #AAA9B4

Text Example


Text Example

White with #AAA9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA9B4; }

 p { color: rgb(170,169,180); }

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

background-color css

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

 a { background-color: rgb(170,169,180); }

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

border-color css

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

 span { border-color: rgb(170,169,180); }

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