Html Css Color HEX #AAA4BD Spun Pearl

📋 copy color: '#AAA4BD'

red 170 ◦ green 164 ◦ blue 189

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

Shades of Spun Pearl #AAA4BD

Tints of Spun Pearl #AAA4BD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.36%

 BLUE value IS 189 (74.22% from 255) = 36.14%

R = 32.5%
G = 31.36%
B = 36.14%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AAA4BD (or 0xAAA4BD) is known color: Spun Pearl. HEX triplet: AA, A4 and BD. RGB value is (170,164,189). Sum of RGB (Red+Green+Blue) = 170+164+189=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 164 (64.45% from 255 or 31.36% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 189 - color contains mainly: blue. Hex color #AAA4BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4BD is #555B42. Grayscale: #A8A8A8. Windows color (decimal): -5593923 or 12428458. OLE color: 12428458.

HSL color Cylindrical-coordinate representation of color #AAA4BD: hue angle of 254.4º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAA4BD is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 164 189 -
CMYK 0.10 0.13 0 0.26
HSL 254.4º 0.16% 0.69% -
HSV(B) 254.4º 0.13% 0.74% -
XYZ 39.04 38.77 53.57 -
YUV 168.64 139.49 128.97 -
System Red Green Blue C M Y K H S L
Decimal 170 164 189 0.10 0.13 0 0.26 254.4 0.16 0.69
Hex AA A4 BD A D 0 1A FE 10 45
Octal 252 244 275 12 15 0 32 376 20 105
Binary 10101010 10100100 10111101 1010 1101 0 11010 11111110 10000 1000101

Color Harmonies of #AAA4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA4BD

Black with #AAA4BD

Text Example


Text Example

White with #AAA4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA4BD; }

 p { color: rgb(170,164,189); }

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

background-color css

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

 a { background-color: rgb(170,164,189); }

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

border-color css

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

 span { border-color: rgb(170,164,189); }

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