#A7BDA0

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

Shades of Spring Rain #A7BDA0

Tints of Spring Rain #A7BDA0

Color information

#A7BDA0 (or 0xA7BDA0) is unknown color: approx Spring Rain. HEX triplet: A7, BD and A0. RGB value is (167,189,160). Sum of RGB (Red+Green+Blue) = 167+189+160=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BDA0 is #58425F. Grayscale: #B3B3B3. Windows color (decimal): -5784160 or 10534311. OLE color: 10534311.

HSL color Cylindrical-coordinate representation of color #A7BDA0: hue angle of 105.52º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A7BDA0 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB167189160-
CMYK0.1200.150.26
HSL105.52º18.01%68.43%-
HSV(B)105.52º15.34%74.12%-
XYZ40.4847.1540.22-
YUV179.12117.21119.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.36%
GREEN value IS 189 (74.22% from 255) = 36.63%
BLUE value IS 160 (62.89% from 255) = 31.01%
R=32.36%
G=36.63%
B=31.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671891600.1200.150.26105.5218.0168.43
HexA7BDA0C0F1A6a1244
Octal247275240140173215222104
Binary101001111011110110100000110001111110101101010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BDA0; }

 p { color: rgb(167,189,160); }

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

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

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

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

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

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

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