Html Css Color HEX #A6B4A2 Spring Rain

📋 copy color: '#A6B4A2'

red 166 ◦ green 180 ◦ blue 162

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

Shades of Spring Rain #A6B4A2

Tints of Spring Rain #A6B4A2

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.43%

 BLUE value IS 162 (63.67% from 255) = 31.89%

R = 32.68%
G = 35.43%
B = 31.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.1

 K value IS 0.29

RGB Variations

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

Color information

#A6B4A2 (or 0xA6B4A2) is known color: Spring Rain. HEX triplet: A6, B4 and A2. RGB value is (166,180,162). Sum of RGB (Red+Green+Blue) = 166+180+162=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 162 (63.67% from 255 or 31.89% from 508); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B4A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B4A2 is #594B5D. Grayscale: #ADADAD. Windows color (decimal): -5851998 or 10663078. OLE color: 10663078.

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

Color convert

RGB 166 180 162 -
CMYK 0.08 0 0.1 0.29
HSL 106.67º 0.11% 0.67% -
HSV(B) 106.67º 0.1% 0.71% -
XYZ 38.57 43.36 40.52 -
YUV 173.76 121.36 122.46 -
System Red Green Blue C M Y K H S L
Decimal 166 180 162 0.08 0 0.1 0.29 106.67 0.11 0.67
Hex A6 B4 A2 8 0 A 1D 6B B 43
Octal 246 264 242 10 0 12 35 153 13 103
Binary 10100110 10110100 10100010 1000 0 1010 11101 1101011 1011 1000011

Color Harmonies of #A6B4A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B4A2

Black with #A6B4A2

Text Example


Text Example

White with #A6B4A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B4A2; }

 p { color: rgb(166,180,162); }

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

background-color css

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

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

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

border-color css

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

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

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