Html Css Color HEX #A6BAA4 Spring Rain

📋 copy color: '#A6BAA4'

red 166 ◦ green 186 ◦ blue 164

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

Shades of Spring Rain #A6BAA4

Tints of Spring Rain #A6BAA4

RGB

 RED value IS 166 (65.23% from 255) = 32.17%

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

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

R = 32.17%
G = 36.05%
B = 31.78%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#A6BAA4 (or 0xA6BAA4) is known color: Spring Rain. HEX triplet: A6, BA and A4. RGB value is (166,186,164). Sum of RGB (Red+Green+Blue) = 166+186+164=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BAA4 is #59455B. Grayscale: #B1B1B1. Windows color (decimal): -5850460 or 10795686. OLE color: 10795686.

HSL color Cylindrical-coordinate representation of color #A6BAA4: hue angle of 114.55º 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 #A6BAA4 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 186 164 -
CMYK 0.11 0 0.12 0.27
HSL 114.55º 0.14% 0.69% -
HSV(B) 114.55º 0.12% 0.73% -
XYZ 39.99 45.91 41.88 -
YUV 177.51 120.37 119.79 -
System Red Green Blue C M Y K H S L
Decimal 166 186 164 0.11 0 0.12 0.27 114.55 0.14 0.69
Hex A6 BA A4 B 0 C 1B 73 E 45
Octal 246 272 244 13 0 14 33 163 16 105
Binary 10100110 10111010 10100100 1011 0 1100 11011 1110011 1110 1000101

Color Harmonies of #A6BAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BAA4

Black with #A6BAA4

Text Example


Text Example

White with #A6BAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BAA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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