Html Css Color HEX #AEAABB Spun Pearl

📋 copy color: '#AEAABB'

red 174 ◦ green 170 ◦ blue 187

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

Shades of Spun Pearl #AEAABB

Tints of Spun Pearl #AEAABB

RGB

 RED value IS 174 (68.36% from 255) = 32.77%

 GREEN value IS 170 (66.8% from 255) = 32.02%

 BLUE value IS 187 (73.44% from 255) = 35.22%

R = 32.77%
G = 32.02%
B = 35.22%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AEAABB (or 0xAEAABB) is known color: Spun Pearl. HEX triplet: AE, AA and BB. RGB value is (174,170,187). Sum of RGB (Red+Green+Blue) = 174+170+187=531 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.77% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 187 - color contains mainly: blue. Hex color #AEAABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAABB is #515544. Grayscale: #ADADAD. Windows color (decimal): -5330245 or 12298926. OLE color: 12298926.

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

Color convert

RGB 174 170 187 -
CMYK 0.07 0.09 0 0.27
HSL 254.12º 0.11% 0.7% -
HSV(B) 254.12º 0.09% 0.73% -
XYZ 40.8 41.34 52.84 -
YUV 173.13 135.83 128.62 -
System Red Green Blue C M Y K H S L
Decimal 174 170 187 0.07 0.09 0 0.27 254.12 0.11 0.7
Hex AE AA BB 7 9 0 1B FE B 46
Octal 256 252 273 7 11 0 33 376 13 106
Binary 10101110 10101010 10111011 111 1001 0 11011 11111110 1011 1000110

Color Harmonies of #AEAABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAABB

Black with #AEAABB

Text Example


Text Example

White with #AEAABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAABB; }

 p { color: rgb(174,170,187); }

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

background-color css

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

 a { background-color: rgb(174,170,187); }

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

border-color css

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

 span { border-color: rgb(174,170,187); }

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