Html Css Color HEX #A09BAC Spun Pearl

📋 copy color: '#A09BAC'

red 160 ◦ green 155 ◦ blue 172

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

Shades of Spun Pearl #A09BAC

Tints of Spun Pearl #A09BAC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.83%

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

R = 32.85%
G = 31.83%
B = 35.32%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A09BAC (or 0xA09BAC) is known color: Spun Pearl. HEX triplet: A0, 9B and AC. RGB value is (160,155,172). Sum of RGB (Red+Green+Blue) = 160+155+172=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 172 - color contains mainly: blue. Hex color #A09BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09BAC is #5F6453. Grayscale: #9E9E9E. Windows color (decimal): -6251604 or 11312032. OLE color: 11312032.

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

Color convert

RGB 160 155 172 -
CMYK 0.07 0.10 0 0.33
HSL 257.65º 0.09% 0.64% -
HSV(B) 257.65º 0.1% 0.67% -
XYZ 33.66 33.89 43.8 -
YUV 158.43 135.66 129.12 -
System Red Green Blue C M Y K H S L
Decimal 160 155 172 0.07 0.10 0 0.33 257.65 0.09 0.64
Hex A0 9B AC 7 A 0 21 102 9 40
Octal 240 233 254 7 12 0 41 402 11 100
Binary 10100000 10011011 10101100 111 1010 0 100001 100000010 1001 1000000

Color Harmonies of #A09BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09BAC

Black with #A09BAC

Text Example


Text Example

White with #A09BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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