Html Css Color HEX #AAA5B9 Spun Pearl

📋 copy color: '#AAA5B9'

red 170 ◦ green 165 ◦ blue 185

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

Shades of Spun Pearl #AAA5B9

Tints of Spun Pearl #AAA5B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.58%

R = 32.69%
G = 31.73%
B = 35.58%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AAA5B9 (or 0xAAA5B9) is known color: Spun Pearl. HEX triplet: AA, A5 and B9. RGB value is (170,165,185). Sum of RGB (Red+Green+Blue) = 170+165+185=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 165 (64.84% from 255 or 31.73% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 185 - color contains mainly: blue. Hex color #AAA5B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5B9 is #555A46. Grayscale: #A8A8A8. Windows color (decimal): -5593671 or 12166570. OLE color: 12166570.

HSL color Cylindrical-coordinate representation of color #AAA5B9: hue angle of 255º degrees, saturation: 0.12, 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 #AAA5B9 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 165 185 -
CMYK 0.08 0.11 0 0.27
HSL 255º 0.13% 0.69% -
HSV(B) 255º 0.11% 0.73% -
XYZ 38.79 38.96 51.37 -
YUV 168.78 137.16 128.87 -
System Red Green Blue C M Y K H S L
Decimal 170 165 185 0.08 0.11 0 0.27 255 0.13 0.69
Hex AA A5 B9 8 B 0 1B FF C 45
Octal 252 245 271 10 13 0 33 377 14 105
Binary 10101010 10100101 10111001 1000 1011 0 11011 11111111 1100 1000101

Color Harmonies of #AAA5B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA5B9

Black with #AAA5B9

Text Example


Text Example

White with #AAA5B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA5B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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