Html Css Color HEX #A2AEA0 Spring Rain

📋 copy color: '#A2AEA0'

red 162 ◦ green 174 ◦ blue 160

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

Shades of Spring Rain #A2AEA0

Tints of Spring Rain #A2AEA0

RGB

 RED value IS 162 (63.67% from 255) = 32.66%

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

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

R = 32.66%
G = 35.08%
B = 32.26%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#A2AEA0 (or 0xA2AEA0) is known color: Spring Rain. HEX triplet: A2, AE and A0. RGB value is (162,174,160). Sum of RGB (Red+Green+Blue) = 162+174+160=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AEA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AEA0 is #5D515F. Grayscale: #A8A8A8. Windows color (decimal): -6115680 or 10530466. OLE color: 10530466.

HSL color Cylindrical-coordinate representation of color #A2AEA0: hue angle of 111.43º 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 #A2AEA0 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 174 160 -
CMYK 0.07 0 0.08 0.32
HSL 111.43º 0.08% 0.65% -
HSV(B) 111.43º 0.08% 0.68% -
XYZ 36.38 40.49 39.16 -
YUV 168.82 123.02 123.14 -
System Red Green Blue C M Y K H S L
Decimal 162 174 160 0.07 0 0.08 0.32 111.43 0.08 0.65
Hex A2 AE A0 7 0 8 20 6F 8 41
Octal 242 256 240 7 0 10 40 157 10 101
Binary 10100010 10101110 10100000 111 0 1000 100000 1101111 1000 1000001

Color Harmonies of #A2AEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AEA0

Black with #A2AEA0

Text Example


Text Example

White with #A2AEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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