Html Css Color HEX #A7A6A9 Spun Pearl

📋 copy color: '#A7A6A9'

red 167 ◦ green 166 ◦ blue 169

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

Shades of Spun Pearl #A7A6A9

Tints of Spun Pearl #A7A6A9

RGB

 RED value IS 167 (65.63% from 255) = 33.27%

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

 BLUE value IS 169 (66.41% from 255) = 33.67%

R = 33.27%
G = 33.07%
B = 33.67%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A7A6A9 (or 0xA7A6A9) is known color: Spun Pearl. HEX triplet: A7, A6 and A9. RGB value is (167,166,169). Sum of RGB (Red+Green+Blue) = 167+166+169=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 169 (66.41% from 255 or 33.67% from 502); Max value from RGB is 169 - color contains mainly: blue. Hex color #A7A6A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A6A9 is #585956. Grayscale: #A6A6A6. Windows color (decimal): -5790039 or 11118247. OLE color: 11118247.

HSL color Cylindrical-coordinate representation of color #A7A6A9: hue angle of 260º degrees, saturation: 0.02, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A7A6A9 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 167 166 169 -
CMYK 0.01 0.02 0 0.34
HSL 260º 0.02% 0.66% -
HSV(B) 260º 0.02% 0.66% -
XYZ 36.73 38.35 43 -
YUV 166.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 167 166 169 0.01 0.02 0 0.34 260 0.02 0.66
Hex A7 A6 A9 1 2 0 22 104 2 42
Octal 247 246 251 1 2 0 42 404 2 102
Binary 10100111 10100110 10101001 1 10 0 100010 100000100 10 1000010

Color Harmonies of #A7A6A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A6A9

Black with #A7A6A9

Text Example


Text Example

White with #A7A6A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A6A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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