Html Css Color HEX #A9A6BC Spun Pearl

📋 copy color: '#A9A6BC'

red 169 ◦ green 166 ◦ blue 188

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

Shades of Spun Pearl #A9A6BC

Tints of Spun Pearl #A9A6BC

RGB

 RED value IS 169 (66.41% from 255) = 32.31%

 GREEN value IS 166 (65.23% from 255) = 31.74%

 BLUE value IS 188 (73.83% from 255) = 35.95%

R = 32.31%
G = 31.74%
B = 35.95%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A9A6BC (or 0xA9A6BC) is known color: Spun Pearl. HEX triplet: A9, A6 and BC. RGB value is (169,166,188). Sum of RGB (Red+Green+Blue) = 169+166+188=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 188 - color contains mainly: blue. Hex color #A9A6BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A6BC is #565943. Grayscale: #A9A9A9. Windows color (decimal): -5658948 or 12363433. OLE color: 12363433.

HSL color Cylindrical-coordinate representation of color #A9A6BC: hue angle of 248.18º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9A6BC is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 166 188 -
CMYK 0.10 0.12 0 0.26
HSL 248.18º 0.14% 0.69% -
HSV(B) 248.18º 0.12% 0.74% -
XYZ 39.08 39.34 53.11 -
YUV 169.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 169 166 188 0.10 0.12 0 0.26 248.18 0.14 0.69
Hex A9 A6 BC A C 0 1A F8 E 45
Octal 251 246 274 12 14 0 32 370 16 105
Binary 10101001 10100110 10111100 1010 1100 0 11010 11111000 1110 1000101

Color Harmonies of #A9A6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A6BC

Black with #A9A6BC

Text Example


Text Example

White with #A9A6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A6BC; }

 p { color: rgb(169,166,188); }

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

background-color css

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

 a { background-color: rgb(169,166,188); }

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

border-color css

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

 span { border-color: rgb(169,166,188); }

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