Html Css Color HEX #A6BDA0 Spring Rain

📋 copy color: '#A6BDA0'

red 166 ◦ green 189 ◦ blue 160

#A6BDA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Rain #A6BDA0

Tints of Spring Rain #A6BDA0

RGB

 RED value IS 166 (65.23% from 255) = 32.23%

 GREEN value IS 189 (74.22% from 255) = 36.7%

 BLUE value IS 160 (62.89% from 255) = 31.07%

R = 32.23%
G = 36.7%
B = 31.07%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#A6BDA0 (or 0xA6BDA0) is known color: Spring Rain. HEX triplet: A6, BD and A0. RGB value is (166,189,160). Sum of RGB (Red+Green+Blue) = 166+189+160=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BDA0 is #59425F. Grayscale: #B2B2B2. Windows color (decimal): -5849696 or 10534310. OLE color: 10534310.

HSL color Cylindrical-coordinate representation of color #A6BDA0: hue angle of 107.59º 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 #A6BDA0 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 189 160 -
CMYK 0.12 0 0.15 0.26
HSL 107.59º 0.18% 0.68% -
HSV(B) 107.59º 0.15% 0.74% -
XYZ 40.27 47.04 40.22 -
YUV 178.82 117.38 118.86 -
System Red Green Blue C M Y K H S L
Decimal 166 189 160 0.12 0 0.15 0.26 107.59 0.18 0.68
Hex A6 BD A0 C 0 F 1A 6C 12 44
Octal 246 275 240 14 0 17 32 154 22 104
Binary 10100110 10111101 10100000 1100 0 1111 11010 1101100 10010 1000100

Color Harmonies of #A6BDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BDA0

Black with #A6BDA0

Text Example


Text Example

White with #A6BDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BDA0; }

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

 H1.HeaderClassName
 {
   color: #A6BDA0;
 }
 .AnyTagClassName
 {
   color: #A6BDA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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