Html Css Color HEX #A5B5A4 Spring Rain

📋 copy color: '#A5B5A4'

red 165 ◦ green 181 ◦ blue 164

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

Shades of Spring Rain #A5B5A4

Tints of Spring Rain #A5B5A4

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.49%

 BLUE value IS 164 (64.45% from 255) = 32.16%

R = 32.35%
G = 35.49%
B = 32.16%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#A5B5A4 (or 0xA5B5A4) is known color: Spring Rain. HEX triplet: A5, B5 and A4. RGB value is (165,181,164). Sum of RGB (Red+Green+Blue) = 165+181+164=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 164 (64.45% from 255 or 32.16% from 510); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B5A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B5A4 is #5A4A5B. Grayscale: #AEAEAE. Windows color (decimal): -5917276 or 10794405. OLE color: 10794405.

HSL color Cylindrical-coordinate representation of color #A5B5A4: hue angle of 116.47º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A5B5A4 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 181 164 -
CMYK 0.09 0 0.09 0.29
HSL 116.47º 0.1% 0.68% -
HSV(B) 116.47º 0.09% 0.71% -
XYZ 38.74 43.73 41.52 -
YUV 174.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 165 181 164 0.09 0 0.09 0.29 116.47 0.1 0.68
Hex A5 B5 A4 9 0 9 1D 74 A 44
Octal 245 265 244 11 0 11 35 164 12 104
Binary 10100101 10110101 10100100 1001 0 1001 11101 1110100 1010 1000100

Color Harmonies of #A5B5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B5A4

Black with #A5B5A4

Text Example


Text Example

White with #A5B5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B5A4; }

 p { color: rgb(165,181,164); }

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

background-color css

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

 a { background-color: rgb(165,181,164); }

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

border-color css

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

 span { border-color: rgb(165,181,164); }

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