Html Css Color HEX #A5B4A2 Spring Rain

📋 copy color: '#A5B4A2'

red 165 ◦ green 180 ◦ blue 162

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

Shades of Spring Rain #A5B4A2

Tints of Spring Rain #A5B4A2

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.5%

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

R = 32.54%
G = 35.5%
B = 31.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.1

 K value IS 0.29

RGB Variations

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

Color information

#A5B4A2 (or 0xA5B4A2) is known color: Spring Rain. HEX triplet: A5, B4 and A2. RGB value is (165,180,162). Sum of RGB (Red+Green+Blue) = 165+180+162=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 162 (63.67% from 255 or 31.95% from 507); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B4A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B4A2 is #5A4B5D. Grayscale: #ADADAD. Windows color (decimal): -5917534 or 10663077. OLE color: 10663077.

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

Color convert

RGB 165 180 162 -
CMYK 0.08 0 0.1 0.29
HSL 110º 0.11% 0.67% -
HSV(B) 110º 0.1% 0.71% -
XYZ 38.36 43.25 40.51 -
YUV 173.46 121.53 121.96 -
System Red Green Blue C M Y K H S L
Decimal 165 180 162 0.08 0 0.1 0.29 110 0.11 0.67
Hex A5 B4 A2 8 0 A 1D 6E B 43
Octal 245 264 242 10 0 12 35 156 13 103
Binary 10100101 10110100 10100010 1000 0 1010 11101 1101110 1011 1000011

Color Harmonies of #A5B4A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B4A2

Black with #A5B4A2

Text Example


Text Example

White with #A5B4A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B4A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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