Html Css Color HEX #A49EAE Spun Pearl

📋 copy color: '#A49EAE'

red 164 ◦ green 158 ◦ blue 174

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

Shades of Spun Pearl #A49EAE

Tints of Spun Pearl #A49EAE

RGB

 RED value IS 164 (64.45% from 255) = 33.06%

 GREEN value IS 158 (62.11% from 255) = 31.85%

 BLUE value IS 174 (68.36% from 255) = 35.08%

R = 33.06%
G = 31.85%
B = 35.08%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A49EAE (or 0xA49EAE) is known color: Spun Pearl. HEX triplet: A4, 9E and AE. RGB value is (164,158,174). Sum of RGB (Red+Green+Blue) = 164+158+174=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 174 - color contains mainly: blue. Hex color #A49EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49EAE is #5B6151. Grayscale: #A1A1A1. Windows color (decimal): -5988690 or 11443876. OLE color: 11443876.

HSL color Cylindrical-coordinate representation of color #A49EAE: hue angle of 262.5º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A49EAE is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 158 174 -
CMYK 0.06 0.09 0 0.32
HSL 262.5º 0.09% 0.65% -
HSV(B) 262.5º 0.09% 0.68% -
XYZ 35.18 35.4 45.02 -
YUV 161.62 134.99 129.7 -
System Red Green Blue C M Y K H S L
Decimal 164 158 174 0.06 0.09 0 0.32 262.5 0.09 0.65
Hex A4 9E AE 6 9 0 20 106 9 41
Octal 244 236 256 6 11 0 40 406 11 101
Binary 10100100 10011110 10101110 110 1001 0 100000 100000110 1001 1000001

Color Harmonies of #A49EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49EAE

Black with #A49EAE

Text Example


Text Example

White with #A49EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49EAE; }

 p { color: rgb(164,158,174); }

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

background-color css

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

 a { background-color: rgb(164,158,174); }

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

border-color css

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

 span { border-color: rgb(164,158,174); }

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