Html Css Color HEX #A4BA9D Spring Rain

📋 copy color: '#A4BA9D'

red 164 ◦ green 186 ◦ blue 157

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

Shades of Spring Rain #A4BA9D

Tints of Spring Rain #A4BA9D

RGB

 RED value IS 164 (64.45% from 255) = 32.35%

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

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

R = 32.35%
G = 36.69%
B = 30.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#A4BA9D (or 0xA4BA9D) is known color: Spring Rain. HEX triplet: A4, BA and 9D. RGB value is (164,186,157). Sum of RGB (Red+Green+Blue) = 164+186+157=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BA9D is #5B4562. Grayscale: #B0B0B0. Windows color (decimal): -5981539 or 10336932. OLE color: 10336932.

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

Color convert

RGB 164 186 157 -
CMYK 0.12 0 0.16 0.27
HSL 105.52º 0.17% 0.67% -
HSV(B) 105.52º 0.16% 0.73% -
XYZ 38.95 45.44 38.62 -
YUV 176.12 117.21 119.36 -
System Red Green Blue C M Y K H S L
Decimal 164 186 157 0.12 0 0.16 0.27 105.52 0.17 0.67
Hex A4 BA 9D C 0 10 1B 6A 11 43
Octal 244 272 235 14 0 20 33 152 21 103
Binary 10100100 10111010 10011101 1100 0 10000 11011 1101010 10001 1000011

Color Harmonies of #A4BA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BA9D

Black with #A4BA9D

Text Example


Text Example

White with #A4BA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BA9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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