Html Css Color HEX #A4AEA0 Spring Rain

📋 copy color: '#A4AEA0'

red 164 ◦ green 174 ◦ blue 160

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

Shades of Spring Rain #A4AEA0

Tints of Spring Rain #A4AEA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.13%

R = 32.93%
G = 34.94%
B = 32.13%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#A4AEA0 (or 0xA4AEA0) is known color: Spring Rain. HEX triplet: A4, AE and A0. RGB value is (164,174,160). Sum of RGB (Red+Green+Blue) = 164+174+160=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 174 - color contains mainly: green. Hex color #A4AEA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AEA0 is #5B515F. Grayscale: #A9A9A9. Windows color (decimal): -5984608 or 10530468. OLE color: 10530468.

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

Color convert

RGB 164 174 160 -
CMYK 0.06 0 0.08 0.32
HSL 102.86º 0.08% 0.65% -
HSV(B) 102.86º 0.08% 0.68% -
XYZ 36.79 40.7 39.18 -
YUV 169.41 122.69 124.14 -
System Red Green Blue C M Y K H S L
Decimal 164 174 160 0.06 0 0.08 0.32 102.86 0.08 0.65
Hex A4 AE A0 6 0 8 20 67 8 41
Octal 244 256 240 6 0 10 40 147 10 101
Binary 10100100 10101110 10100000 110 0 1000 100000 1100111 1000 1000001

Color Harmonies of #A4AEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AEA0

Black with #A4AEA0

Text Example


Text Example

White with #A4AEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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