Html Css Color HEX #A5B0A4 Spring Rain

📋 copy color: '#A5B0A4'

red 165 ◦ green 176 ◦ blue 164

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

Shades of Spring Rain #A5B0A4

Tints of Spring Rain #A5B0A4

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.85%

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

R = 32.67%
G = 34.85%
B = 32.48%

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

#A5B0A4 (or 0xA5B0A4) is known color: Spring Rain. HEX triplet: A5, B0 and A4. RGB value is (165,176,164). Sum of RGB (Red+Green+Blue) = 165+176+164=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 164 (64.45% from 255 or 32.48% from 505); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B0A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B0A4 is #5A4F5B. Grayscale: #ABABAB. Windows color (decimal): -5918556 or 10793125. OLE color: 10793125.

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

Color convert

RGB 165 176 164 -
CMYK 0.06 0 0.07 0.31
HSL 115º 0.07% 0.67% -
HSV(B) 115º 0.07% 0.69% -
XYZ 37.74 41.73 41.19 -
YUV 171.34 123.86 123.48 -
System Red Green Blue C M Y K H S L
Decimal 165 176 164 0.06 0 0.07 0.31 115 0.07 0.67
Hex A5 B0 A4 6 0 7 1F 73 7 43
Octal 245 260 244 6 0 7 37 163 7 103
Binary 10100101 10110000 10100100 110 0 111 11111 1110011 111 1000011

Color Harmonies of #A5B0A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B0A4

Black with #A5B0A4

Text Example


Text Example

White with #A5B0A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B0A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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