Html Css Color HEX #A6ADA5 Spring Rain

📋 copy color: '#A6ADA5'

red 166 ◦ green 173 ◦ blue 165

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

Shades of Spring Rain #A6ADA5

Tints of Spring Rain #A6ADA5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.33%

 BLUE value IS 165 (64.84% from 255) = 32.74%

R = 32.94%
G = 34.33%
B = 32.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#A6ADA5 (or 0xA6ADA5) is known color: Spring Rain. HEX triplet: A6, AD and A5. RGB value is (166,173,165). Sum of RGB (Red+Green+Blue) = 166+173+165=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 173 - color contains mainly: green. Hex color #A6ADA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ADA5 is #59525A. Grayscale: #AAAAAA. Windows color (decimal): -5853787 or 10857894. OLE color: 10857894.

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

Color convert

RGB 166 173 165 -
CMYK 0.04 0 0.05 0.32
HSL 112.5º 0.05% 0.66% -
HSV(B) 112.5º 0.05% 0.68% -
XYZ 37.46 40.71 41.48 -
YUV 170 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 166 173 165 0.04 0 0.05 0.32 112.5 0.05 0.66
Hex A6 AD A5 4 0 5 20 70 5 42
Octal 246 255 245 4 0 5 40 160 5 102
Binary 10100110 10101101 10100101 100 0 101 100000 1110000 101 1000010

Color Harmonies of #A6ADA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ADA5

Black with #A6ADA5

Text Example


Text Example

White with #A6ADA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ADA5; }

 p { color: rgb(166,173,165); }

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

background-color css

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

 a { background-color: rgb(166,173,165); }

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

border-color css

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

 span { border-color: rgb(166,173,165); }

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