Html Css Color HEX #A8BA9E Spring Rain

📋 copy color: '#A8BA9E'

red 168 ◦ green 186 ◦ blue 158

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

Shades of Spring Rain #A8BA9E

Tints of Spring Rain #A8BA9E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.33%

 BLUE value IS 158 (62.11% from 255) = 30.86%

R = 32.81%
G = 36.33%
B = 30.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#A8BA9E (or 0xA8BA9E) is known color: Spring Rain. HEX triplet: A8, BA and 9E. RGB value is (168,186,158). Sum of RGB (Red+Green+Blue) = 168+186+158=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BA9E is #574561. Grayscale: #B1B1B1. Windows color (decimal): -5719394 or 10402472. OLE color: 10402472.

HSL color Cylindrical-coordinate representation of color #A8BA9E: hue angle of 98.57º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A8BA9E is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 186 158 -
CMYK 0.10 0 0.15 0.27
HSL 98.57º 0.17% 0.67% -
HSV(B) 98.57º 0.15% 0.73% -
XYZ 39.88 45.91 39.11 -
YUV 177.43 117.04 121.28 -
System Red Green Blue C M Y K H S L
Decimal 168 186 158 0.10 0 0.15 0.27 98.57 0.17 0.67
Hex A8 BA 9E A 0 F 1B 63 11 43
Octal 250 272 236 12 0 17 33 143 21 103
Binary 10101000 10111010 10011110 1010 0 1111 11011 1100011 10001 1000011

Color Harmonies of #A8BA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BA9E

Black with #A8BA9E

Text Example


Text Example

White with #A8BA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BA9E; }

 p { color: rgb(168,186,158); }

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

background-color css

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

 a { background-color: rgb(168,186,158); }

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

border-color css

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

 span { border-color: rgb(168,186,158); }

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