Html Css Color HEX #A5AFA2 Spring Rain

📋 copy color: '#A5AFA2'

red 165 ◦ green 175 ◦ blue 162

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

Shades of Spring Rain #A5AFA2

Tints of Spring Rain #A5AFA2

RGB

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

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

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

R = 32.87%
G = 34.86%
B = 32.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#A5AFA2 (or 0xA5AFA2) is known color: Spring Rain. HEX triplet: A5, AF and A2. RGB value is (165,175,162). Sum of RGB (Red+Green+Blue) = 165+175+162=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AFA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AFA2 is #5A505D. Grayscale: #AAAAAA. Windows color (decimal): -5918814 or 10661797. OLE color: 10661797.

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

Color convert

RGB 165 175 162 -
CMYK 0.06 0 0.07 0.31
HSL 106.15º 0.08% 0.66% -
HSV(B) 106.15º 0.07% 0.69% -
XYZ 37.37 41.27 40.18 -
YUV 170.53 123.19 124.06 -
System Red Green Blue C M Y K H S L
Decimal 165 175 162 0.06 0 0.07 0.31 106.15 0.08 0.66
Hex A5 AF A2 6 0 7 1F 6A 8 42
Octal 245 257 242 6 0 7 37 152 10 102
Binary 10100101 10101111 10100010 110 0 111 11111 1101010 1000 1000010

Color Harmonies of #A5AFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AFA2

Black with #A5AFA2

Text Example


Text Example

White with #A5AFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AFA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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