#A7AEA7

Color #A7AEA7 Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #A7AEA7

Tints of Spring Rain #A7AEA7

Color information

#A7AEA7 (or 0xA7AEA7) is unknown color: approx Spring Rain. HEX triplet: A7, AE and A7. RGB value is (167,174,167). Sum of RGB (Red+Green+Blue) = 167+174+167=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 167 (65.62% from 255 or 32.87% from 508); Max value from RGB is 174 - color contains mainly: green. Hex color #A7AEA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7AEA7 is #585158. Grayscale: #ABABAB. Windows color (decimal): -5787993 or 10989223. OLE color: 10989223.

HSL color Cylindrical-coordinate representation of color #A7AEA7: hue angle of 120º 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 #A7AEA7 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.

Color convert

RGB167174167-
CMYK0.0400.040.32
HSL120º4.14%66.86%-
HSV(B)120º4.02%68.24%-
XYZ38.0541.2842.52-
YUV171.11125.68125.07-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671741670.0400.040.321204.1466.86
HexA7AEA74042078443
Octal247256247404401704103
Binary101001111010111010100111100010010000011110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AEA7; }

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

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

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

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

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

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

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

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