Html Css Color HEX #A5AEA0 Spring Rain

📋 copy color: '#A5AEA0'

red 165 ◦ green 174 ◦ blue 160

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

Shades of Spring Rain #A5AEA0

Tints of Spring Rain #A5AEA0

RGB

 RED value IS 165 (64.84% from 255) = 33.07%

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

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

R = 33.07%
G = 34.87%
B = 32.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#A5AEA0 (or 0xA5AEA0) is known color: Spring Rain. HEX triplet: A5, AE and A0. RGB value is (165,174,160). Sum of RGB (Red+Green+Blue) = 165+174+160=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AEA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AEA0 is #5A515F. Grayscale: #A9A9A9. Windows color (decimal): -5919072 or 10530469. OLE color: 10530469.

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

Color convert

RGB 165 174 160 -
CMYK 0.05 0 0.08 0.32
HSL 98.57º 0.08% 0.65% -
HSV(B) 98.57º 0.08% 0.68% -
XYZ 37 40.81 39.18 -
YUV 169.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 165 174 160 0.05 0 0.08 0.32 98.57 0.08 0.65
Hex A5 AE A0 5 0 8 20 63 8 41
Octal 245 256 240 5 0 10 40 143 10 101
Binary 10100101 10101110 10100000 101 0 1000 100000 1100011 1000 1000001

Color Harmonies of #A5AEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AEA0

Black with #A5AEA0

Text Example


Text Example

White with #A5AEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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