Html Css Color HEX #A5AFA0 Spring Rain

📋 copy color: '#A5AFA0'

red 165 ◦ green 175 ◦ blue 160

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

Shades of Spring Rain #A5AFA0

Tints of Spring Rain #A5AFA0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35%

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

R = 33%
G = 35%
B = 32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#A5AFA0 (or 0xA5AFA0) is known color: Spring Rain. HEX triplet: A5, AF and A0. RGB value is (165,175,160). Sum of RGB (Red+Green+Blue) = 165+175+160=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AFA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AFA0 is #5A505F. Grayscale: #AAAAAA. Windows color (decimal): -5918816 or 10530725. OLE color: 10530725.

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

Color convert

RGB 165 175 160 -
CMYK 0.06 0 0.09 0.31
HSL 100º 0.09% 0.66% -
HSV(B) 100º 0.09% 0.69% -
XYZ 37.19 41.2 39.25 -
YUV 170.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 165 175 160 0.06 0 0.09 0.31 100 0.09 0.66
Hex A5 AF A0 6 0 9 1F 64 9 42
Octal 245 257 240 6 0 11 37 144 11 102
Binary 10100101 10101111 10100000 110 0 1001 11111 1100100 1001 1000010

Color Harmonies of #A5AFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AFA0

Black with #A5AFA0

Text Example


Text Example

White with #A5AFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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