#A7A7AE

Color #A7A7AE Spun Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spun Pearl #A7A7AE

Tints of Spun Pearl #A7A7AE

Color information

#A7A7AE (or 0xA7A7AE) is unknown color: approx Spun Pearl. HEX triplet: A7, A7 and AE. RGB value is (167,167,174). Sum of RGB (Red+Green+Blue) = 167+167+174=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 167 (65.62% from 255 or 32.87% from 508); Blue value is 174 (68.36% from 255 or 34.25% from 508); Max value from RGB is 174 - color contains mainly: blue. Hex color #A7A7AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A7AE is #585851. Grayscale: #A7A7A7. Windows color (decimal): -5789778 or 11446183. OLE color: 11446183.

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

Color convert

RGB167167174-
CMYK0.040.0400.32
HSL240º4.14%66.86%-
HSV(B)240º4.02%68.24%-
XYZ37.438.9145.58-
YUV167.8131.5127.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.87%
GREEN value IS 167 (65.62% from 255) = 32.87%
BLUE value IS 174 (68.36% from 255) = 34.25%
R=32.87%
G=32.87%
B=34.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671671740.040.0400.322404.1466.86
HexA7A7AE44020f0443
Octal247247256440403604103
Binary1010011110100111101011101001000100000111100001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A7AE; }

 p { color: rgb(167,167,174); }

 H1.HeaderClassName
 {
   color: #A7A7AE;
 }
 .AnyTagClassName
 {
   color: #A7A7AE;
 }
</style>
background-color css

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

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

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

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

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

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