Html Css Color HEX #A6A4AD Spun Pearl

📋 copy color: '#A6A4AD'

red 166 ◦ green 164 ◦ blue 173

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

Shades of Spun Pearl #A6A4AD

Tints of Spun Pearl #A6A4AD

RGB

 RED value IS 166 (65.23% from 255) = 33%

 GREEN value IS 164 (64.45% from 255) = 32.6%

 BLUE value IS 173 (67.97% from 255) = 34.39%

R = 33%
G = 32.6%
B = 34.39%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A6A4AD (or 0xA6A4AD) is known color: Spun Pearl. HEX triplet: A6, A4 and AD. RGB value is (166,164,173). Sum of RGB (Red+Green+Blue) = 166+164+173=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 173 - color contains mainly: blue. Hex color #A6A4AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A4AD is #595B52. Grayscale: #A5A5A5. Windows color (decimal): -5856083 or 11379878. OLE color: 11379878.

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

Color convert

RGB 166 164 173 -
CMYK 0.04 0.05 0 0.32
HSL 253.33º 0.05% 0.66% -
HSV(B) 253.33º 0.05% 0.68% -
XYZ 36.54 37.68 44.88 -
YUV 165.62 132.16 128.27 -
System Red Green Blue C M Y K H S L
Decimal 166 164 173 0.04 0.05 0 0.32 253.33 0.05 0.66
Hex A6 A4 AD 4 5 0 20 FD 5 42
Octal 246 244 255 4 5 0 40 375 5 102
Binary 10100110 10100100 10101101 100 101 0 100000 11111101 101 1000010

Color Harmonies of #A6A4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A4AD

Black with #A6A4AD

Text Example


Text Example

White with #A6A4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A4AD; }

 p { color: rgb(166,164,173); }

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

background-color css

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

 a { background-color: rgb(166,164,173); }

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

border-color css

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

 span { border-color: rgb(166,164,173); }

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