Html Css Color HEX #A09DAC Spun Pearl

📋 copy color: '#A09DAC'

red 160 ◦ green 157 ◦ blue 172

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

Shades of Spun Pearl #A09DAC

Tints of Spun Pearl #A09DAC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.11%

 BLUE value IS 172 (67.58% from 255) = 35.17%

R = 32.72%
G = 32.11%
B = 35.17%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A09DAC (or 0xA09DAC) is known color: Spun Pearl. HEX triplet: A0, 9D and AC. RGB value is (160,157,172). Sum of RGB (Red+Green+Blue) = 160+157+172=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 172 - color contains mainly: blue. Hex color #A09DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09DAC is #5F6253. Grayscale: #9F9F9F. Windows color (decimal): -6251092 or 11312544. OLE color: 11312544.

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

Color convert

RGB 160 157 172 -
CMYK 0.07 0.09 0 0.33
HSL 252º 0.08% 0.65% -
HSV(B) 252º 0.09% 0.67% -
XYZ 34 34.57 43.91 -
YUV 159.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 160 157 172 0.07 0.09 0 0.33 252 0.08 0.65
Hex A0 9D AC 7 9 0 21 FC 8 41
Octal 240 235 254 7 11 0 41 374 10 101
Binary 10100000 10011101 10101100 111 1001 0 100001 11111100 1000 1000001

Color Harmonies of #A09DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09DAC

Black with #A09DAC

Text Example


Text Example

White with #A09DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09DAC; }

 p { color: rgb(160,157,172); }

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

background-color css

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

 a { background-color: rgb(160,157,172); }

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

border-color css

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

 span { border-color: rgb(160,157,172); }

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