Html Css Color HEX #A0B89C Spring Rain

📋 copy color: '#A0B89C'

red 160 ◦ green 184 ◦ blue 156

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

Shades of Spring Rain #A0B89C

Tints of Spring Rain #A0B89C

RGB

 RED value IS 160 (62.89% from 255) = 32%

 GREEN value IS 184 (72.27% from 255) = 36.8%

 BLUE value IS 156 (61.33% from 255) = 31.2%

R = 32%
G = 36.8%
B = 31.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#A0B89C (or 0xA0B89C) is known color: Spring Rain. HEX triplet: A0, B8 and 9C. RGB value is (160,184,156). Sum of RGB (Red+Green+Blue) = 160+184+156=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B89C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B89C is #5F4763. Grayscale: #ADADAD. Windows color (decimal): -6244196 or 10270880. OLE color: 10270880.

HSL color Cylindrical-coordinate representation of color #A0B89C: hue angle of 111.43º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0B89C is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 184 156 -
CMYK 0.13 0 0.15 0.28
HSL 111.43º 0.16% 0.67% -
HSV(B) 111.43º 0.15% 0.72% -
XYZ 37.64 44.15 37.99 -
YUV 173.63 118.05 118.28 -
System Red Green Blue C M Y K H S L
Decimal 160 184 156 0.13 0 0.15 0.28 111.43 0.16 0.67
Hex A0 B8 9C D 0 F 1C 6F 10 43
Octal 240 270 234 15 0 17 34 157 20 103
Binary 10100000 10111000 10011100 1101 0 1111 11100 1101111 10000 1000011

Color Harmonies of #A0B89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B89C

Black with #A0B89C

Text Example


Text Example

White with #A0B89C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B89C; }

 p { color: rgb(160,184,156); }

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

background-color css

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

 a { background-color: rgb(160,184,156); }

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

border-color css

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

 span { border-color: rgb(160,184,156); }

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