Html Css Color HEX #A6B5A5 Spring Rain

📋 copy color: '#A6B5A5'

red 166 ◦ green 181 ◦ blue 165

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

Shades of Spring Rain #A6B5A5

Tints of Spring Rain #A6B5A5

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.35%

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

R = 32.42%
G = 35.35%
B = 32.23%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#A6B5A5 (or 0xA6B5A5) is known color: Spring Rain. HEX triplet: A6, B5 and A5. RGB value is (166,181,165). Sum of RGB (Red+Green+Blue) = 166+181+165=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B5A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B5A5 is #594A5A. Grayscale: #AEAEAE. Windows color (decimal): -5851739 or 10859942. OLE color: 10859942.

HSL color Cylindrical-coordinate representation of color #A6B5A5: hue angle of 116.25º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A6B5A5 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 181 165 -
CMYK 0.08 0 0.09 0.29
HSL 116.25º 0.1% 0.68% -
HSV(B) 116.25º 0.09% 0.71% -
XYZ 39.04 43.87 42.01 -
YUV 174.69 122.53 121.8 -
System Red Green Blue C M Y K H S L
Decimal 166 181 165 0.08 0 0.09 0.29 116.25 0.1 0.68
Hex A6 B5 A5 8 0 9 1D 74 A 44
Octal 246 265 245 10 0 11 35 164 12 104
Binary 10100110 10110101 10100101 1000 0 1001 11101 1110100 1010 1000100

Color Harmonies of #A6B5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B5A5

Black with #A6B5A5

Text Example


Text Example

White with #A6B5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B5A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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