Html Css Color HEX #A4B4A4 Spring Rain

📋 copy color: '#A4B4A4'

red 164 ◦ green 180 ◦ blue 164

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

Shades of Spring Rain #A4B4A4

Tints of Spring Rain #A4B4A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 32.28%

R = 32.28%
G = 35.43%
B = 32.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#A4B4A4 (or 0xA4B4A4) is known color: Spring Rain. HEX triplet: A4, B4 and A4. RGB value is (164,180,164). Sum of RGB (Red+Green+Blue) = 164+180+164=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 164 (64.45% from 255 or 32.28% from 508); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B4A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B4A4 is #5B4B5B. Grayscale: #ADADAD. Windows color (decimal): -5983068 or 10794148. OLE color: 10794148.

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

Color convert

RGB 164 180 164 -
CMYK 0.09 0 0.09 0.29
HSL 120º 0.1% 0.67% -
HSV(B) 120º 0.09% 0.71% -
XYZ 38.33 43.22 41.44 -
YUV 173.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 164 180 164 0.09 0 0.09 0.29 120 0.1 0.67
Hex A4 B4 A4 9 0 9 1D 78 A 43
Octal 244 264 244 11 0 11 35 170 12 103
Binary 10100100 10110100 10100100 1001 0 1001 11101 1111000 1010 1000011

Color Harmonies of #A4B4A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B4A4

Black with #A4B4A4

Text Example


Text Example

White with #A4B4A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B4A4; }

 p { color: rgb(164,180,164); }

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

background-color css

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

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

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

border-color css

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

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

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