Html Css Color HEX #A5B1A3 Spring Rain

📋 copy color: '#A5B1A3'

red 165 ◦ green 177 ◦ blue 163

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

Shades of Spring Rain #A5B1A3

Tints of Spring Rain #A5B1A3

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.05%

 BLUE value IS 163 (64.06% from 255) = 32.28%

R = 32.67%
G = 35.05%
B = 32.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#A5B1A3 (or 0xA5B1A3) is known color: Spring Rain. HEX triplet: A5, B1 and A3. RGB value is (165,177,163). Sum of RGB (Red+Green+Blue) = 165+177+163=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 163 (64.06% from 255 or 32.28% from 505); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B1A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B1A3 is #5A4E5C. Grayscale: #ABABAB. Windows color (decimal): -5918301 or 10727845. OLE color: 10727845.

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

Color convert

RGB 165 177 163 -
CMYK 0.07 0 0.08 0.31
HSL 111.43º 0.08% 0.67% -
HSV(B) 111.43º 0.08% 0.69% -
XYZ 37.85 42.09 40.78 -
YUV 171.82 123.02 123.14 -
System Red Green Blue C M Y K H S L
Decimal 165 177 163 0.07 0 0.08 0.31 111.43 0.08 0.67
Hex A5 B1 A3 7 0 8 1F 6F 8 43
Octal 245 261 243 7 0 10 37 157 10 103
Binary 10100101 10110001 10100011 111 0 1000 11111 1101111 1000 1000011

Color Harmonies of #A5B1A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B1A3

Black with #A5B1A3

Text Example


Text Example

White with #A5B1A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B1A3; }

 p { color: rgb(165,177,163); }

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

background-color css

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

 a { background-color: rgb(165,177,163); }

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

border-color css

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

 span { border-color: rgb(165,177,163); }

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