Html Css Color HEX #A6A9A5 Spring Rain

📋 copy color: '#A6A9A5'

red 166 ◦ green 169 ◦ blue 165

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

Shades of Spring Rain #A6A9A5

Tints of Spring Rain #A6A9A5

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.8%

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

R = 33.2%
G = 33.8%
B = 33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.34

RGB Variations

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

Color information

#A6A9A5 (or 0xA6A9A5) is known color: Spring Rain. HEX triplet: A6, A9 and A5. RGB value is (166,169,165). Sum of RGB (Red+Green+Blue) = 166+169+165=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 165 (64.84% from 255 or 33% from 500); Max value from RGB is 169 - color contains mainly: green. Hex color #A6A9A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A9A5 is #59565A. Grayscale: #A7A7A7. Windows color (decimal): -5854811 or 10856870. OLE color: 10856870.

HSL color Cylindrical-coordinate representation of color #A6A9A5: hue angle of 105º degrees, saturation: 0.02, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A6A9A5 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB 166 169 165 -
CMYK 0.02 0 0.02 0.34
HSL 105º 0.02% 0.65% -
HSV(B) 105º 0.02% 0.66% -
XYZ 36.71 39.2 41.23 -
YUV 167.65 126.51 126.83 -
System Red Green Blue C M Y K H S L
Decimal 166 169 165 0.02 0 0.02 0.34 105 0.02 0.65
Hex A6 A9 A5 2 0 2 22 69 2 41
Octal 246 251 245 2 0 2 42 151 2 101
Binary 10100110 10101001 10100101 10 0 10 100010 1101001 10 1000001

Color Harmonies of #A6A9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A9A5

Black with #A6A9A5

Text Example


Text Example

White with #A6A9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A9A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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