Html Css Color HEX #A8B7A0 Spring Rain

📋 copy color: '#A8B7A0'

red 168 ◦ green 183 ◦ blue 160

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

Shades of Spring Rain #A8B7A0

Tints of Spring Rain #A8B7A0

RGB

 RED value IS 168 (66.02% from 255) = 32.88%

 GREEN value IS 183 (71.88% from 255) = 35.81%

 BLUE value IS 160 (62.89% from 255) = 31.31%

R = 32.88%
G = 35.81%
B = 31.31%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#A8B7A0 (or 0xA8B7A0) is known color: Spring Rain. HEX triplet: A8, B7 and A0. RGB value is (168,183,160). Sum of RGB (Red+Green+Blue) = 168+183+160=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B7A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B7A0 is #57485F. Grayscale: #AFAFAF. Windows color (decimal): -5720160 or 10532776. OLE color: 10532776.

HSL color Cylindrical-coordinate representation of color #A8B7A0: hue angle of 99.13º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A8B7A0 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 183 160 -
CMYK 0.08 0 0.13 0.28
HSL 99.13º 0.14% 0.67% -
HSV(B) 99.13º 0.13% 0.72% -
XYZ 39.43 44.73 39.81 -
YUV 175.89 119.03 122.37 -
System Red Green Blue C M Y K H S L
Decimal 168 183 160 0.08 0 0.13 0.28 99.13 0.14 0.67
Hex A8 B7 A0 8 0 D 1C 63 E 43
Octal 250 267 240 10 0 15 34 143 16 103
Binary 10101000 10110111 10100000 1000 0 1101 11100 1100011 1110 1000011

Color Harmonies of #A8B7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B7A0

Black with #A8B7A0

Text Example


Text Example

White with #A8B7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B7A0; }

 p { color: rgb(168,183,160); }

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

background-color css

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

 a { background-color: rgb(168,183,160); }

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

border-color css

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

 span { border-color: rgb(168,183,160); }

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