#A8ADA7

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

Shades of Spring Rain #A8ADA7

Tints of Spring Rain #A8ADA7

Color information

#A8ADA7 (or 0xA8ADA7) is unknown color: approx Spring Rain. HEX triplet: A8, AD and A7. RGB value is (168,173,167). Sum of RGB (Red+Green+Blue) = 168+173+167=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 167 (65.62% from 255 or 32.87% from 508); Max value from RGB is 173 - color contains mainly: green. Hex color #A8ADA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ADA7 is #575258. Grayscale: #AAAAAA. Windows color (decimal): -5722713 or 10988968. OLE color: 10988968.

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

Color convert

RGB168173167-
CMYK0.0300.030.32
HSL110º3.53%66.67%-
HSV(B)110º3.47%67.84%-
XYZ38.074142.47-
YUV170.82125.84125.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.07%
GREEN value IS 173 (67.97% from 255) = 34.06%
BLUE value IS 167 (65.62% from 255) = 32.87%
R=33.07%
G=34.06%
B=32.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681731670.0300.030.321103.5366.67
HexA8ADA7303206e443
Octal250255247303401564103
Binary1010100010101101101001111101110000011011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ADA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ADA7; }

 p { color: rgb(168,173,167); }

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

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

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

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

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

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

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