Html Css Color HEX #A4BA9A Spring Rain

📋 copy color: '#A4BA9A'

red 164 ◦ green 186 ◦ blue 154

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

Shades of Spring Rain #A4BA9A

Tints of Spring Rain #A4BA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.56%

R = 32.54%
G = 36.9%
B = 30.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#A4BA9A (or 0xA4BA9A) is known color: Spring Rain. HEX triplet: A4, BA and 9A. RGB value is (164,186,154). Sum of RGB (Red+Green+Blue) = 164+186+154=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BA9A is #5B4565. Grayscale: #AFAFAF. Windows color (decimal): -5981542 or 10140324. OLE color: 10140324.

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

Color convert

RGB 164 186 154 -
CMYK 0.12 0 0.17 0.27
HSL 101.25º 0.19% 0.67% -
HSV(B) 101.25º 0.17% 0.73% -
XYZ 38.7 45.34 37.28 -
YUV 175.77 115.71 119.6 -
System Red Green Blue C M Y K H S L
Decimal 164 186 154 0.12 0 0.17 0.27 101.25 0.19 0.67
Hex A4 BA 9A C 0 11 1B 65 13 43
Octal 244 272 232 14 0 21 33 145 23 103
Binary 10100100 10111010 10011010 1100 0 10001 11011 1100101 10011 1000011

Color Harmonies of #A4BA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BA9A

Black with #A4BA9A

Text Example


Text Example

White with #A4BA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BA9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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