Html Css Color HEX #A6AFA1 Spring Rain

📋 copy color: '#A6AFA1'

red 166 ◦ green 175 ◦ blue 161

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

Shades of Spring Rain #A6AFA1

Tints of Spring Rain #A6AFA1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.86%

 BLUE value IS 161 (63.28% from 255) = 32.07%

R = 33.07%
G = 34.86%
B = 32.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#A6AFA1 (or 0xA6AFA1) is known color: Spring Rain. HEX triplet: A6, AF and A1. RGB value is (166,175,161). Sum of RGB (Red+Green+Blue) = 166+175+161=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AFA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AFA1 is #59505E. Grayscale: #AAAAAA. Windows color (decimal): -5853279 or 10596262. OLE color: 10596262.

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

Color convert

RGB 166 175 161 -
CMYK 0.05 0 0.08 0.31
HSL 98.57º 0.08% 0.66% -
HSV(B) 98.57º 0.08% 0.69% -
XYZ 37.49 41.34 39.72 -
YUV 170.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 166 175 161 0.05 0 0.08 0.31 98.57 0.08 0.66
Hex A6 AF A1 5 0 8 1F 63 8 42
Octal 246 257 241 5 0 10 37 143 10 102
Binary 10100110 10101111 10100001 101 0 1000 11111 1100011 1000 1000010

Color Harmonies of #A6AFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AFA1

Black with #A6AFA1

Text Example


Text Example

White with #A6AFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AFA1; }

 p { color: rgb(166,175,161); }

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

background-color css

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

 a { background-color: rgb(166,175,161); }

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

border-color css

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

 span { border-color: rgb(166,175,161); }

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