Html Css Color HEX #AEABB3 Spun Pearl

📋 copy color: '#AEABB3'

red 174 ◦ green 171 ◦ blue 179

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

Shades of Spun Pearl #AEABB3

Tints of Spun Pearl #AEABB3

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.63%

 BLUE value IS 179 (70.31% from 255) = 34.16%

R = 33.21%
G = 32.63%
B = 34.16%

CMYK

 C value IS 0.03

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AEABB3 (or 0xAEABB3) is known color: Spun Pearl. HEX triplet: AE, AB and B3. RGB value is (174,171,179). Sum of RGB (Red+Green+Blue) = 174+171+179=524 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.21% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 179 - color contains mainly: blue. Hex color #AEABB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEABB3 is #51544C. Grayscale: #ACACAC. Windows color (decimal): -5329997 or 11774894. OLE color: 11774894.

HSL color Cylindrical-coordinate representation of color #AEABB3: hue angle of 262.5º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AEABB3 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 174 171 179 -
CMYK 0.03 0.04 0 0.30
HSL 262.5º 0.05% 0.69% -
HSV(B) 262.5º 0.04% 0.7% -
XYZ 40.16 41.38 48.52 -
YUV 172.81 131.49 128.85 -
System Red Green Blue C M Y K H S L
Decimal 174 171 179 0.03 0.04 0 0.30 262.5 0.05 0.69
Hex AE AB B3 3 4 0 1E 106 5 45
Octal 256 253 263 3 4 0 36 406 5 105
Binary 10101110 10101011 10110011 11 100 0 11110 100000110 101 1000101

Color Harmonies of #AEABB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEABB3

Black with #AEABB3

Text Example


Text Example

White with #AEABB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEABB3; }

 p { color: rgb(174,171,179); }

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

background-color css

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

 a { background-color: rgb(174,171,179); }

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

border-color css

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

 span { border-color: rgb(174,171,179); }

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