Html Css Color HEX #A4AEA2 Spring Rain

📋 copy color: '#A4AEA2'

red 164 ◦ green 174 ◦ blue 162

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

Shades of Spring Rain #A4AEA2

Tints of Spring Rain #A4AEA2

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.8%

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

R = 32.8%
G = 34.8%
B = 32.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#A4AEA2 (or 0xA4AEA2) is known color: Spring Rain. HEX triplet: A4, AE and A2. RGB value is (164,174,162). Sum of RGB (Red+Green+Blue) = 164+174+162=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 162 (63.67% from 255 or 32.4% from 500); Max value from RGB is 174 - color contains mainly: green. Hex color #A4AEA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AEA2 is #5B515D. Grayscale: #A9A9A9. Windows color (decimal): -5984606 or 10661540. OLE color: 10661540.

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

Color convert

RGB 164 174 162 -
CMYK 0.06 0 0.07 0.32
HSL 110º 0.07% 0.66% -
HSV(B) 110º 0.07% 0.68% -
XYZ 36.97 40.77 40.1 -
YUV 169.64 123.69 123.98 -
System Red Green Blue C M Y K H S L
Decimal 164 174 162 0.06 0 0.07 0.32 110 0.07 0.66
Hex A4 AE A2 6 0 7 20 6E 7 42
Octal 244 256 242 6 0 7 40 156 7 102
Binary 10100100 10101110 10100010 110 0 111 100000 1101110 111 1000010

Color Harmonies of #A4AEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AEA2

Black with #A4AEA2

Text Example


Text Example

White with #A4AEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AEA2; }

 p { color: rgb(164,174,162); }

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

background-color css

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

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

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

border-color css

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

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

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