Html Css Color HEX #A09FAB Spun Pearl

📋 copy color: '#A09FAB'

red 160 ◦ green 159 ◦ blue 171

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

Shades of Spun Pearl #A09FAB

Tints of Spun Pearl #A09FAB

RGB

 RED value IS 160 (62.89% from 255) = 32.65%

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

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

R = 32.65%
G = 32.45%
B = 34.9%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A09FAB (or 0xA09FAB) is known color: Spun Pearl. HEX triplet: A0, 9F and AB. RGB value is (160,159,171). Sum of RGB (Red+Green+Blue) = 160+159+171=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 171 - color contains mainly: blue. Hex color #A09FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09FAB is #5F6054. Grayscale: #A0A0A0. Windows color (decimal): -6250581 or 11247520. OLE color: 11247520.

HSL color Cylindrical-coordinate representation of color #A09FAB: hue angle of 245º 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 #A09FAB is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 159 171 -
CMYK 0.06 0.07 0 0.33
HSL 245º 0.07% 0.65% -
HSV(B) 245º 0.07% 0.67% -
XYZ 34.25 35.21 43.52 -
YUV 160.67 133.83 127.52 -
System Red Green Blue C M Y K H S L
Decimal 160 159 171 0.06 0.07 0 0.33 245 0.07 0.65
Hex A0 9F AB 6 7 0 21 F5 7 41
Octal 240 237 253 6 7 0 41 365 7 101
Binary 10100000 10011111 10101011 110 111 0 100001 11110101 111 1000001

Color Harmonies of #A09FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09FAB

Black with #A09FAB

Text Example


Text Example

White with #A09FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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