Html Css Color HEX #A49FAE Spun Pearl

📋 copy color: '#A49FAE'

red 164 ◦ green 159 ◦ blue 174

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

Shades of Spun Pearl #A49FAE

Tints of Spun Pearl #A49FAE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.99%

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

R = 33%
G = 31.99%
B = 35.01%

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

#A49FAE (or 0xA49FAE) is known color: Spun Pearl. HEX triplet: A4, 9F and AE. RGB value is (164,159,174). Sum of RGB (Red+Green+Blue) = 164+159+174=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 174 - color contains mainly: blue. Hex color #A49FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49FAE is #5B6051. Grayscale: #A2A2A2. Windows color (decimal): -5988434 or 11444132. OLE color: 11444132.

HSL color Cylindrical-coordinate representation of color #A49FAE: hue angle of 260º degrees, saturation: 0.08, 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 #A49FAE is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 159 174 -
CMYK 0.06 0.09 0 0.32
HSL 260º 0.08% 0.65% -
HSV(B) 260º 0.09% 0.68% -
XYZ 35.35 35.74 45.08 -
YUV 162.21 134.66 129.28 -
System Red Green Blue C M Y K H S L
Decimal 164 159 174 0.06 0.09 0 0.32 260 0.08 0.65
Hex A4 9F AE 6 9 0 20 104 8 41
Octal 244 237 256 6 11 0 40 404 10 101
Binary 10100100 10011111 10101110 110 1001 0 100000 100000100 1000 1000001

Color Harmonies of #A49FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49FAE

Black with #A49FAE

Text Example


Text Example

White with #A49FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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