Html Css Color HEX #A49FAB Spun Pearl

📋 copy color: '#A49FAB'

red 164 ◦ green 159 ◦ blue 171

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

Shades of Spun Pearl #A49FAB

Tints of Spun Pearl #A49FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.62%

R = 33.2%
G = 32.19%
B = 34.62%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A49FAB (or 0xA49FAB) is known color: Spun Pearl. HEX triplet: A4, 9F and AB. RGB value is (164,159,171). Sum of RGB (Red+Green+Blue) = 164+159+171=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 171 - color contains mainly: blue. Hex color #A49FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49FAB is #5B6054. Grayscale: #A1A1A1. Windows color (decimal): -5988437 or 11247524. OLE color: 11247524.

HSL color Cylindrical-coordinate representation of color #A49FAB: hue angle of 265º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A49FAB is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 159 171 -
CMYK 0.04 0.07 0 0.33
HSL 265º 0.07% 0.65% -
HSV(B) 265º 0.07% 0.67% -
XYZ 35.06 35.63 43.56 -
YUV 161.86 133.16 129.52 -
System Red Green Blue C M Y K H S L
Decimal 164 159 171 0.04 0.07 0 0.33 265 0.07 0.65
Hex A4 9F AB 4 7 0 21 109 7 41
Octal 244 237 253 4 7 0 41 411 7 101
Binary 10100100 10011111 10101011 100 111 0 100001 100001001 111 1000001

Color Harmonies of #A49FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49FAB

Black with #A49FAB

Text Example


Text Example

White with #A49FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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