Html Css Color HEX #A3AE9D Spring Rain

📋 copy color: '#A3AE9D'

red 163 ◦ green 174 ◦ blue 157

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

Shades of Spring Rain #A3AE9D

Tints of Spring Rain #A3AE9D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.22%

 BLUE value IS 157 (61.72% from 255) = 31.78%

R = 33%
G = 35.22%
B = 31.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#A3AE9D (or 0xA3AE9D) is known color: Spring Rain. HEX triplet: A3, AE and 9D. RGB value is (163,174,157). Sum of RGB (Red+Green+Blue) = 163+174+157=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 174 - color contains mainly: green. Hex color #A3AE9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AE9D is #5C5162. Grayscale: #A8A8A8. Windows color (decimal): -6050147 or 10333859. OLE color: 10333859.

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

Color convert

RGB 163 174 157 -
CMYK 0.06 0 0.10 0.32
HSL 98.82º 0.09% 0.65% -
HSV(B) 98.82º 0.1% 0.68% -
XYZ 36.33 40.49 37.8 -
YUV 168.77 121.36 123.88 -
System Red Green Blue C M Y K H S L
Decimal 163 174 157 0.06 0 0.10 0.32 98.82 0.09 0.65
Hex A3 AE 9D 6 0 A 20 63 9 41
Octal 243 256 235 6 0 12 40 143 11 101
Binary 10100011 10101110 10011101 110 0 1010 100000 1100011 1001 1000001

Color Harmonies of #A3AE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AE9D

Black with #A3AE9D

Text Example


Text Example

White with #A3AE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AE9D; }

 p { color: rgb(163,174,157); }

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

background-color css

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

 a { background-color: rgb(163,174,157); }

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

border-color css

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

 span { border-color: rgb(163,174,157); }

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