#A8B8A4

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

Shades of Spring Rain #A8B8A4

Tints of Spring Rain #A8B8A4

Color information

#A8B8A4 (or 0xA8B8A4) is unknown color: approx Spring Rain. HEX triplet: A8, B8 and A4. RGB value is (168,184,164). Sum of RGB (Red+Green+Blue) = 168+184+164=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B8A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B8A4 is #57475B. Grayscale: #B0B0B0. Windows color (decimal): -5719900 or 10795176. OLE color: 10795176.

HSL color Cylindrical-coordinate representation of color #A8B8A4: hue angle of 108º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8B8A4 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB168184164-
CMYK0.0900.110.28
HSL108º12.35%68.24%-
HSV(B)108º10.87%72.16%-
XYZ39.9945.2941.76-
YUV176.94120.7121.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.56%
GREEN value IS 184 (72.27% from 255) = 35.66%
BLUE value IS 164 (64.45% from 255) = 31.78%
R=32.56%
G=35.66%
B=31.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1681841640.0900.110.2810812.3568.24
HexA8B8A490B1C6cc44
Octal250270244110133415414104
Binary10101000101110001010010010010101111100110110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B8A4; }

 p { color: rgb(168,184,164); }

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

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

 a { background-color: rgb(168,184,164); }

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

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

 span { border-color: rgb(168,184,164); }

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