Html Css Color HEX #A4B1A1 Spring Rain

📋 copy color: '#A4B1A1'

red 164 ◦ green 177 ◦ blue 161

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

Shades of Spring Rain #A4B1A1

Tints of Spring Rain #A4B1A1

RGB

 RED value IS 164 (64.45% from 255) = 32.67%

 GREEN value IS 177 (69.53% from 255) = 35.26%

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

R = 32.67%
G = 35.26%
B = 32.07%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#A4B1A1 (or 0xA4B1A1) is known color: Spring Rain. HEX triplet: A4, B1 and A1. RGB value is (164,177,161). Sum of RGB (Red+Green+Blue) = 164+177+161=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 177 - color contains mainly: green. Hex color #A4B1A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B1A1 is #5B4E5E. Grayscale: #ABABAB. Windows color (decimal): -5983839 or 10596772. OLE color: 10596772.

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

Color convert

RGB 164 177 161 -
CMYK 0.07 0 0.09 0.31
HSL 108.75º 0.09% 0.66% -
HSV(B) 108.75º 0.09% 0.69% -
XYZ 37.47 41.91 39.83 -
YUV 171.29 122.19 122.8 -
System Red Green Blue C M Y K H S L
Decimal 164 177 161 0.07 0 0.09 0.31 108.75 0.09 0.66
Hex A4 B1 A1 7 0 9 1F 6D 9 42
Octal 244 261 241 7 0 11 37 155 11 102
Binary 10100100 10110001 10100001 111 0 1001 11111 1101101 1001 1000010

Color Harmonies of #A4B1A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B1A1

Black with #A4B1A1

Text Example


Text Example

White with #A4B1A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B1A1; }

 p { color: rgb(164,177,161); }

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

background-color css

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

 a { background-color: rgb(164,177,161); }

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

border-color css

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

 span { border-color: rgb(164,177,161); }

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