Html Css Color HEX #A4BBA0 Spring Rain

📋 copy color: '#A4BBA0'

red 164 ◦ green 187 ◦ blue 160

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

Shades of Spring Rain #A4BBA0

Tints of Spring Rain #A4BBA0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.59%

 BLUE value IS 160 (62.89% from 255) = 31.31%

R = 32.09%
G = 36.59%
B = 31.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#A4BBA0 (or 0xA4BBA0) is known color: Spring Rain. HEX triplet: A4, BB and A0. RGB value is (164,187,160). Sum of RGB (Red+Green+Blue) = 164+187+160=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BBA0 is #5B445F. Grayscale: #B1B1B1. Windows color (decimal): -5981280 or 10533796. OLE color: 10533796.

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

Color convert

RGB 164 187 160 -
CMYK 0.12 0 0.14 0.27
HSL 111.11º 0.17% 0.68% -
HSV(B) 111.11º 0.14% 0.73% -
XYZ 39.43 45.97 40.05 -
YUV 177.05 118.38 118.7 -
System Red Green Blue C M Y K H S L
Decimal 164 187 160 0.12 0 0.14 0.27 111.11 0.17 0.68
Hex A4 BB A0 C 0 E 1B 6F 11 44
Octal 244 273 240 14 0 16 33 157 21 104
Binary 10100100 10111011 10100000 1100 0 1110 11011 1101111 10001 1000100

Color Harmonies of #A4BBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BBA0

Black with #A4BBA0

Text Example


Text Example

White with #A4BBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BBA0; }

 p { color: rgb(164,187,160); }

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

background-color css

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

 a { background-color: rgb(164,187,160); }

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

border-color css

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

 span { border-color: rgb(164,187,160); }

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