Html Css Color HEX #A8A6BB Spun Pearl

📋 copy color: '#A8A6BB'

red 168 ◦ green 166 ◦ blue 187

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

Shades of Spun Pearl #A8A6BB

Tints of Spun Pearl #A8A6BB

RGB

 RED value IS 168 (66.02% from 255) = 32.25%

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

 BLUE value IS 187 (73.44% from 255) = 35.89%

R = 32.25%
G = 31.86%
B = 35.89%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A8A6BB (or 0xA8A6BB) is known color: Spun Pearl. HEX triplet: A8, A6 and BB. RGB value is (168,166,187). Sum of RGB (Red+Green+Blue) = 168+166+187=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 166 (65.23% from 255 or 31.86% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 187 - color contains mainly: blue. Hex color #A8A6BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A6BB is #575944. Grayscale: #A8A8A8. Windows color (decimal): -5724485 or 12297896. OLE color: 12297896.

HSL color Cylindrical-coordinate representation of color #A8A6BB: hue angle of 245.71º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8A6BB is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 166 187 -
CMYK 0.10 0.11 0 0.27
HSL 245.71º 0.13% 0.69% -
HSV(B) 245.71º 0.11% 0.73% -
XYZ 38.75 39.19 52.53 -
YUV 168.99 138.16 127.29 -
System Red Green Blue C M Y K H S L
Decimal 168 166 187 0.10 0.11 0 0.27 245.71 0.13 0.69
Hex A8 A6 BB A B 0 1B F6 D 45
Octal 250 246 273 12 13 0 33 366 15 105
Binary 10101000 10100110 10111011 1010 1011 0 11011 11110110 1101 1000101

Color Harmonies of #A8A6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A6BB

Black with #A8A6BB

Text Example


Text Example

White with #A8A6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A6BB; }

 p { color: rgb(168,166,187); }

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

background-color css

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

 a { background-color: rgb(168,166,187); }

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

border-color css

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

 span { border-color: rgb(168,166,187); }

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