Html Css Color HEX #A3B19F Spring Rain

📋 copy color: '#A3B19F'

red 163 ◦ green 177 ◦ blue 159

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

Shades of Spring Rain #A3B19F

Tints of Spring Rain #A3B19F

RGB

 RED value IS 163 (64.06% from 255) = 32.67%

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

 BLUE value IS 159 (62.5% from 255) = 31.86%

R = 32.67%
G = 35.47%
B = 31.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#A3B19F (or 0xA3B19F) is known color: Spring Rain. HEX triplet: A3, B1 and 9F. RGB value is (163,177,159). Sum of RGB (Red+Green+Blue) = 163+177+159=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B19F is #5C4E60. Grayscale: #AAAAAA. Windows color (decimal): -6049377 or 10465699. OLE color: 10465699.

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

Color convert

RGB 163 177 159 -
CMYK 0.08 0 0.10 0.31
HSL 106.67º 0.1% 0.66% -
HSV(B) 106.67º 0.1% 0.69% -
XYZ 37.08 41.73 38.9 -
YUV 170.76 121.36 122.46 -
System Red Green Blue C M Y K H S L
Decimal 163 177 159 0.08 0 0.10 0.31 106.67 0.1 0.66
Hex A3 B1 9F 8 0 A 1F 6B A 42
Octal 243 261 237 10 0 12 37 153 12 102
Binary 10100011 10110001 10011111 1000 0 1010 11111 1101011 1010 1000010

Color Harmonies of #A3B19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B19F

Black with #A3B19F

Text Example


Text Example

White with #A3B19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B19F; }

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

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

background-color css

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

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

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

border-color css

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

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

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