Html Css Color HEX #A09DAA Spun Pearl

📋 copy color: '#A09DAA'

red 160 ◦ green 157 ◦ blue 170

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

Shades of Spun Pearl #A09DAA

Tints of Spun Pearl #A09DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.91%

R = 32.85%
G = 32.24%
B = 34.91%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A09DAA (or 0xA09DAA) is known color: Spun Pearl. HEX triplet: A0, 9D and AA. RGB value is (160,157,170). Sum of RGB (Red+Green+Blue) = 160+157+170=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 170 - color contains mainly: blue. Hex color #A09DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09DAA is #5F6255. Grayscale: #9F9F9F. Windows color (decimal): -6251094 or 11181472. OLE color: 11181472.

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

Color convert

RGB 160 157 170 -
CMYK 0.06 0.08 0 0.33
HSL 253.85º 0.07% 0.64% -
HSV(B) 253.85º 0.08% 0.67% -
XYZ 33.81 34.49 42.91 -
YUV 159.38 133.99 128.44 -
System Red Green Blue C M Y K H S L
Decimal 160 157 170 0.06 0.08 0 0.33 253.85 0.07 0.64
Hex A0 9D AA 6 8 0 21 FE 7 40
Octal 240 235 252 6 10 0 41 376 7 100
Binary 10100000 10011101 10101010 110 1000 0 100001 11111110 111 1000000

Color Harmonies of #A09DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09DAA

Black with #A09DAA

Text Example


Text Example

White with #A09DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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