Html Css Color HEX #A6ABA6 Spring Rain

📋 copy color: '#A6ABA6'

red 166 ◦ green 171 ◦ blue 166

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

Shades of Spring Rain #A6ABA6

Tints of Spring Rain #A6ABA6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34%

 BLUE value IS 166 (65.23% from 255) = 33%

R = 33%
G = 34%
B = 33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#A6ABA6 (or 0xA6ABA6) is known color: Spring Rain. HEX triplet: A6, AB and A6. RGB value is (166,171,166). Sum of RGB (Red+Green+Blue) = 166+171+166=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 166 (65.23% from 255 or 33.00% from 503); Max value from RGB is 171 - color contains mainly: green. Hex color #A6ABA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6ABA6 is #595459. Grayscale: #A8A8A8. Windows color (decimal): -5854298 or 10922918. OLE color: 10922918.

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

Color convert

RGB 166 171 166 -
CMYK 0.03 0 0.03 0.33
HSL 120º 0.03% 0.66% -
HSV(B) 120º 0.03% 0.67% -
XYZ 37.17 39.99 41.84 -
YUV 168.94 126.34 125.91 -
System Red Green Blue C M Y K H S L
Decimal 166 171 166 0.03 0 0.03 0.33 120 0.03 0.66
Hex A6 AB A6 3 0 3 21 78 3 42
Octal 246 253 246 3 0 3 41 170 3 102
Binary 10100110 10101011 10100110 11 0 11 100001 1111000 11 1000010

Color Harmonies of #A6ABA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ABA6

Black with #A6ABA6

Text Example


Text Example

White with #A6ABA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ABA6; }

 p { color: rgb(166,171,166); }

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

background-color css

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

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

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

border-color css

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

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

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