Html Css Color HEX #AAA5BA Spun Pearl

📋 copy color: '#AAA5BA'

red 170 ◦ green 165 ◦ blue 186

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

Shades of Spun Pearl #AAA5BA

Tints of Spun Pearl #AAA5BA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.67%

 BLUE value IS 186 (73.05% from 255) = 35.7%

R = 32.63%
G = 31.67%
B = 35.7%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AAA5BA (or 0xAAA5BA) is known color: Spun Pearl. HEX triplet: AA, A5 and BA. RGB value is (170,165,186). Sum of RGB (Red+Green+Blue) = 170+165+186=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 165 (64.84% from 255 or 31.67% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 186 - color contains mainly: blue. Hex color #AAA5BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5BA is #555A45. Grayscale: #A8A8A8. Windows color (decimal): -5593670 or 12232106. OLE color: 12232106.

HSL color Cylindrical-coordinate representation of color #AAA5BA: hue angle of 254.29º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAA5BA is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 165 186 -
CMYK 0.09 0.11 0 0.27
HSL 254.29º 0.13% 0.69% -
HSV(B) 254.29º 0.11% 0.73% -
XYZ 38.9 39 51.93 -
YUV 168.89 137.66 128.79 -
System Red Green Blue C M Y K H S L
Decimal 170 165 186 0.09 0.11 0 0.27 254.29 0.13 0.69
Hex AA A5 BA 9 B 0 1B FE D 45
Octal 252 245 272 11 13 0 33 376 15 105
Binary 10101010 10100101 10111010 1001 1011 0 11011 11111110 1101 1000101

Color Harmonies of #AAA5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA5BA

Black with #AAA5BA

Text Example


Text Example

White with #AAA5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA5BA; }

 p { color: rgb(170,165,186); }

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

background-color css

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

 a { background-color: rgb(170,165,186); }

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

border-color css

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

 span { border-color: rgb(170,165,186); }

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