Html Css Color HEX #A8BAA4 Spring Rain

📋 copy color: '#A8BAA4'

red 168 ◦ green 186 ◦ blue 164

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

Shades of Spring Rain #A8BAA4

Tints of Spring Rain #A8BAA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.66%

R = 32.43%
G = 35.91%
B = 31.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#A8BAA4 (or 0xA8BAA4) is known color: Spring Rain. HEX triplet: A8, BA and A4. RGB value is (168,186,164). Sum of RGB (Red+Green+Blue) = 168+186+164=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BAA4 is #57455B. Grayscale: #B2B2B2. Windows color (decimal): -5719388 or 10795688. OLE color: 10795688.

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

Color convert

RGB 168 186 164 -
CMYK 0.10 0 0.12 0.27
HSL 109.09º 0.14% 0.69% -
HSV(B) 109.09º 0.12% 0.73% -
XYZ 40.41 46.12 41.89 -
YUV 178.11 120.04 120.79 -
System Red Green Blue C M Y K H S L
Decimal 168 186 164 0.10 0 0.12 0.27 109.09 0.14 0.69
Hex A8 BA A4 A 0 C 1B 6D E 45
Octal 250 272 244 12 0 14 33 155 16 105
Binary 10101000 10111010 10100100 1010 0 1100 11011 1101101 1110 1000101

Color Harmonies of #A8BAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BAA4

Black with #A8BAA4

Text Example


Text Example

White with #A8BAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BAA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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