Html Css Color HEX #A09CAE Spun Pearl

📋 copy color: '#A09CAE'

red 160 ◦ green 156 ◦ blue 174

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

Shades of Spun Pearl #A09CAE

Tints of Spun Pearl #A09CAE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.84%

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

R = 32.65%
G = 31.84%
B = 35.51%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A09CAE (or 0xA09CAE) is known color: Spun Pearl. HEX triplet: A0, 9C and AE. RGB value is (160,156,174). Sum of RGB (Red+Green+Blue) = 160+156+174=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 174 - color contains mainly: blue. Hex color #A09CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09CAE is #5F6351. Grayscale: #9F9F9F. Windows color (decimal): -6251346 or 11443360. OLE color: 11443360.

HSL color Cylindrical-coordinate representation of color #A09CAE: hue angle of 253.33º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A09CAE is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 156 174 -
CMYK 0.08 0.10 0 0.32
HSL 253.33º 0.1% 0.65% -
HSV(B) 253.33º 0.1% 0.68% -
XYZ 34.03 34.31 44.87 -
YUV 159.25 136.33 128.54 -
System Red Green Blue C M Y K H S L
Decimal 160 156 174 0.08 0.10 0 0.32 253.33 0.1 0.65
Hex A0 9C AE 8 A 0 20 FD A 41
Octal 240 234 256 10 12 0 40 375 12 101
Binary 10100000 10011100 10101110 1000 1010 0 100000 11111101 1010 1000001

Color Harmonies of #A09CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09CAE

Black with #A09CAE

Text Example


Text Example

White with #A09CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09CAE; }

 p { color: rgb(160,156,174); }

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

background-color css

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

 a { background-color: rgb(160,156,174); }

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

border-color css

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

 span { border-color: rgb(160,156,174); }

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